Closed ryansurf closed 3 months ago
This pull request integrates Codecov into the CI workflow to report test coverage and adds a Codecov badge to the README. The main changes involve modifying the GitHub Actions workflow file to include Codecov for test coverage reporting and updating the README to display the coverage status.
Files | Changes |
---|---|
.github/workflows/pytest.yml |
Refactored the CI workflow to improve clarity and organization of steps |
.github/workflows/pytest.yml |
Updated the test running step to use pytest with coverage reporting in XML format |
.github/workflows/pytest.yml |
Added a step to upload test coverage results to Codecov |
.github/workflows/pytest.yml |
Commented out the previous pytest coverage comment step |
README.md |
Added a Codecov badge to display test coverage status |
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.
:information_source: You can also turn on project coverage checks and project coverage reporting on Pull Request comment
Thanks for integrating Codecov - We've got you covered :open_umbrella:
General:
Code:
Summary by Sourcery
Integrate Codecov into the CI workflow to track test coverage and update the README with a Codecov badge.
New Features:
Enhancements:
CI:
Documentation: