-
Notifications
You must be signed in to change notification settings - Fork 204
SG-38126 Fixups regarding Code Coverage #439
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
base: master
Are you sure you want to change the base?
SG-38126 Fixups regarding Code Coverage #439
Conversation
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.
Pull request overview
This PR updates the code coverage tooling from Coveralls to Codecov, correcting configuration issues and removing deprecated dependencies.
Changes:
- Migrated coverage reporting from Coveralls to Codecov
- Replaced
pytest-coveragewithpytest-covand removed thecoverallspackage - Fixed typo in coverage configuration
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/ci_requirements.txt | Removed coveralls dependency and replaced pytest-coverage with pytest-cov |
| README.md | Updated coverage badge to point to Codecov instead of Coveralls |
| .coveragerc | Fixed typo in certifi directory name and updated configuration comment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 ☂️ |
TODO
pytest-azurepipeline is no longer maintained and use old versions of
PublishTestResultsandPublishCodeCoverageResults.