-
Notifications
You must be signed in to change notification settings - Fork 221
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
Refactor code coverage configuration #321
Conversation
Pytest-pep8 received the last update in 2014, and it is now not working with pytest >= 4.5
That test is now breaking in pytest 4.6, and it is a weird one anyway
Still, .coverage is going to contain some test run, not the result of all of them togheter. Also it doesn't always work with `tox -p auto`, because of race conditions
# Conflicts: # .travis.yml # requirements-testing.txt # tox.ini
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #321 +/- ##
=========================================
Coverage ? 95.64%
=========================================
Files ? 57
Lines ? 2202
Branches ? 184
=========================================
Hits ? 2106
Misses ? 65
Partials ? 31
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
# Conflicts: # pytest.ini # requirements-testing.txt # tests/feature/test_report.py # tox.ini
Changes:
tox.ini
much more readable