-
Notifications
You must be signed in to change notification settings - Fork 69
Fix test CI #165
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
Fix test CI #165
Conversation
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 ☂️ |
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/improve |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Tests, Documentation
Description
Integrated Codecov for comprehensive test coverage reporting.
Updated
noxfile.pyto generate coverage reports in XML format.Configured Codecov settings via
codecov.yamlfor status checks and comments.Streamlined CI workflow by replacing old coverage actions with
codecov-action.Diagram Walkthrough
File Walkthrough
1 files
Updated test session to use Codecov reporting instead of JUnit XML.1 files
Replaced old coverage actions with Codecov action and reducedpermissions.2 files
Updated cspell dictionary to reflect new terminology.Added Codecov configuration for coverage reporting.3 files
Updated test command examples to use `--cov_report=xml`.Updated test badge to Codecov and revised test command examples.Updated test command examples to use `--cov_report=xml`.