-
Notifications
You must be signed in to change notification settings - Fork 2
[CI] Add test coverage reporting #142
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
a8c8845
to
f6b7719
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
https://app.codecov.io/gh/gardenlinux/python-gardenlinux-lib/pull/142/tree would be the coverage report for this PR. |
f6b7719
to
2396913
Compare
278ba09
to
be8e739
Compare
I think I have now updated the workflow with all concerns in mind, and wil be splitting the other changes off into |
80bdec1
to
c0f9206
Compare
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.
LGTM
Thanks for your help I'll clean the git history and merge it :) |
* Add pytest and pytest-cov to dev dependencies * Switch to relative path to local setup action
c0f9206
to
9d883bf
Compare
What this PR does / why we need it:
This PR adds automated test coverage reporting via Codecov.
During development it is easy to lose sight of keeping acceptable test coverage. This new CI will help with that by automatically running
pytest-cov
and reporting test coverage back to the contributors.It includes:
Which issue(s) this PR fixes:
Fixes: #139
Tracks: #138
Special notes for your reviewer:
For this change to take effect, the organization admin has to connect the organisation (or a specific repo from it) to Codecov and create an upload token. Information about how to do this is here: https://docs.codecov.com/docs/quick-start
Release note: