-
Notifications
You must be signed in to change notification settings - Fork 140
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
feat: adds codecov #6236
feat: adds codecov #6236
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 ☂️ |
This PR also removes the |
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.
🚢
0f53889
Closes #6108
Similar to this PR opened in Carbon core
This PR adds Codecov. Codecov ensures that we comply with test coverage standards and PR reviewers are aware of any coverage changes.
After this PR is merged we will begin seeing Codecov comments on PR's.
Online tooling for Codecov
Note: Codecov is set to coverage
target: auto
so that code coverage does not fail PR's until we are ready to enforce 80% coverageWhat did you change?
Changed
--collectCoverage
to push the report to CodecovHow did you test and verify your work?
Next steps