-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coverage should not contain the tests #49
Comments
I was not able to find anything in the rather sparse docs for pytest-cov (which we are using) or the related coverage docs. @dotsdl any ideas? For example output see, for instance, https://travis-ci.org/Becksteinlab/MDPOW/jobs/150184380. |
@ianmkenney can you please find out how to fix coverage so that they do not contain the tests? |
Sure thing
|
See how we do this for |
For future reference: http://coverage.readthedocs.io/en/coverage-4.1/config.html |
Omit tests from coverage reporting. Fixes #49.
PR #39 adds testing with Gromacs 4 and Gromacs 5 (yay!). However, coverage also analyses coverage of the tests themselves. That's not helpful. All tests ought to be excluded from coverage reporting.
There should be some simple settings for
coverage
in the travis.yml file that exclude tests.The text was updated successfully, but these errors were encountered: