-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Codecov updates #246
Codecov updates #246
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #246 +/- ##
===========================================
+ Coverage 48.31% 95.74% +47.42%
===========================================
Files 12 12
Lines 1902 1902
===========================================
+ Hits 919 1821 +902
+ Misses 983 81 -902 ☔ View full report in Codecov by Sentry. |
add test folder to coverage report, print coverage report to terminal for better Actions output Co-authored-by: Will Shanks <wshaos@posteo.net>
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!
@wshanks Thanks. If there are no objections (@andrewsavage @jagerber48), I suggest you squash and merge this. We could then tag and release 3.2.2, and push to PyPI.
|
nice, go for it |
This updates the
.codecov.yml
file to be (I believe!) more compliant with codecov expectations.And it changes the invocation of pytest with coverage in the testing environment.