SG-38126 Review and Fixups CI Tests and Code Coverage#439
SG-38126 Review and Fixups CI Tests and Code Coverage#439julien-lang merged 9 commits intomasterfrom
Conversation
There was a problem hiding this comment.
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.
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.
Changes align with shotgunsoftware/sg-jira-bridge#103 and shotgunsoftware/tk-ci-tools#73.
Fixups
.coveragercignore list because of a typoPytests
Consolidate test structure around pytest.
ci_requirements.txttorequirements.txtAzure Pipeline CI Improvements