-
Notifications
You must be signed in to change notification settings - Fork 31
ci: add Codecov #3237
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: main
Are you sure you want to change the base?
ci: add Codecov #3237
Conversation
|
View your CI Pipeline Execution ↗ for commit 08aec34 ☁️ Nx Cloud last updated this comment at |
- we're just using the default coverageReporters: https://jestjs.io/docs/configuration#coveragereporters-arraystring--string-options - the base config is using the preset, so we only need to declare reporters in one place - 'summary' is an invalid reporter - we want to always include the github-actions reporter in CI
these are different from the reporters
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 ☂️ |
|
🚀 Styleguide deploy preview ready! Preview URL: https://69712a687eebde1781643b69--gamut-preview.netlify.app |
This adds CodeCov reporting to Gamut PRs. Note that it only runs for PRs so we can test it. It should result in a report at https://app.codecov.io/gh/Codecademy/gamut/. If it works, I'll add it for the full repo.
PR Checklist
Testing Instructions
Don't make me tap the sign.
PR Links and Envs