-
-
Notifications
You must be signed in to change notification settings - Fork 80
build: also track e2e test coverage #473
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #473 +/- ##
===========================================
+ Coverage 30.79% 88.84% +58.05%
===========================================
Files 44 45 +1
Lines 328 2044 +1716
Branches 68 94 +26
===========================================
+ Hits 101 1816 +1715
- Misses 204 226 +22
+ Partials 23 2 -21
... and 20 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -1,6 +1,10 @@ | |||
import chalk from "chalk"; | |||
import { $ } from "execa"; | |||
|
|||
await $({ | |||
stdio: "inherit", | |||
})`c8 -o ./coverage-hydrate -r html -r lcov node ./lib/hydrate/index.js`; |
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.
This, ah, should have been added already...
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
1 similar comment
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Again uses the codecov/codecov-action to store coverage reports, this time from
coverage-hydrate
andcoverage-setup
.For convenience, all coverage reports are stored in GitHub Actions (https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts).