-
Notifications
You must be signed in to change notification settings - Fork 72
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
Investigate coverage information options #694
Comments
From the github marketplace: https://github.com/marketplace/actions/python-coverage or https://github.com/marketplace/actions/python-coverage-comment Requires a secret token. |
As a standalone action:
That will print a report to stdout for the workflow action, but it would be nice to have the information a bit better presented somehow. Sample output:
|
codecov.io is also an option - which was previously set up in fact: https://app.codecov.io/gh/log2timeline/dftimewolf/pull/366 |
It's probably a good idea to have a github action that calculates unit test coverage. Raising this issue to track ideas and any implementation.
The text was updated successfully, but these errors were encountered: