Commit 4e061dde by Peter Weidenbach

ignore setup.py in coverage report

parent be7474b0
[run]
omit = setup.py
...@@ -8,6 +8,6 @@ install: ...@@ -8,6 +8,6 @@ install:
- "pip install pytest-pep8 pytest-cov codecov" - "pip install pytest-pep8 pytest-cov codecov"
# command to run tests # command to run tests
script: script:
- "pytest --cov=./" - "pytest --cov-config .coveragerc --cov=./"
after_success: after_success:
- codecov - codecov
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment