We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add code coverage to the phylum-dev/phylum-ci repository for the phylum-ci package. This is both for computing code coverage and enforcing it.
phylum-dev/phylum-ci
phylum-ci
Test
always()
ref
main
pytest-cov
pytest
The text was updated successfully, but these errors were encountered:
Sample config for automatic code coverage for Python projects: Note, this requires a CodeCov API token.
https://github.com/codecov/example-python/blob/main/.github/workflows/ci.yml
Documentation for Python Code Coverage with or w/o PR coverage
https://about.codecov.io/blog/python-code-coverage-using-github-actions-and-codecov/
Usually an increase / decrease in code coverage is reported by CodeCov.
Sorry, something went wrong.
No branches or pull requests
Description
Add code coverage to the
phylum-dev/phylum-ci
repository for thephylum-ci
package. This is both for computing code coverage and enforcing it.Additional Details
Test
workflow is a likely candidate since it could also be the place to fail the build if coverage dropsalways()
logic in GHA for thisref
input to check both themain
branch and the current ref to get a diffpytest-cov
package/extension for integrating easily with the existingpytest
packageAcceptance Criteria
The text was updated successfully, but these errors were encountered: