-
Notifications
You must be signed in to change notification settings - Fork 204
SG-38126 Review and Fixups CI Tests and 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 Review and Fixups CI Tests and 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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #439 +/- ##
==========================================
+ Coverage 77.07% 78.66% +1.59%
==========================================
Files 10 7 -3
Lines 1880 1842 -38
==========================================
Hits 1449 1449
+ Misses 431 393 -38
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6b9c5b7 to
4041cd9
Compare
4041cd9 to
96c215b
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.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixups
.coveragercignore list because of a typoPytests
Consolidate test structure around pytest.
ci_requirements.txttorequirements.txtAzure Pipeline CI Improvements