-
Notifications
You must be signed in to change notification settings - Fork 42
chore: do not report on implicitly covered lines #48
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
Conversation
Codecov Report
@@ Coverage Diff @@
## dont_serialize_21 #48 +/- ##
=====================================================
+ Coverage 59.9% 91.3% +31.39%
=====================================================
Files 14 14
Lines 429 414 -15
=====================================================
+ Hits 257 378 +121
+ Misses 172 36 -136
Continue to review full report at Codecov.
|
@@ -9,7 +9,6 @@ semver | |||
twine | |||
wheel | |||
py-githooks | |||
pytest-cov |
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.
Pytest coverage plugin was not correctly catching line coverage
* chore: ignore vscode settings * test: remove non-deterministic test for unhashable set * feat: improve assertion diff #22 fix: compare serialized snapshots, close #21 * wip: define serialize as abstract method * chore: print full diff in verbose mode * chore: don't collect coverage from abstract methods * cr: simplify read raw, success style, toml * wip: add back requirements.txt * test: fix coverage reporting (#48) * chore: do not report on implicitly covered lines * wip: more explicit * wip: all is not what it seems * wip: run coverage without pytest-cov * wip: fix coverage source config * wip: fix coverage source config Co-authored-by: Emmanuel Ogbizi <[email protected]>
Description
Do not count