Commit 4ed86fee by Peter Weidenbach

ignore setup.py in coverage report

parent 99b50d9a
[run]
omit = setup.py
......@@ -15,6 +15,6 @@ install:
- "python setup.py -q install"
- "pip install pytest-pep8 pytest-cov codecov"
# command to run tests
script: "pytest --cov=./"
script: "pytest --cov-config .coveragerc --cov=./"
after_success:
- 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