| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov requires .xml format. We can get this from Jest by adding "clover" to our coverageReporters.
| "json-summary", | ||
| "text" | ||
| "text", | ||
| "clover" |
There was a problem hiding this comment.
TIL about clover! very cool. from this config it looks like collecting JS test coverage metrics isn't too difficult! definitely something we'd love to get your guidance with on the product side, I think, at some point :)
Sorry, something went wrong.
There was a problem hiding this comment.
Right?! I think it should be pretty easy. I believe I just need to install codecov then run it in CI and it should upload the results for us.
Would be more than happy to help on the product side :D
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #3194 +/- ##
=======================================
Coverage ? 46.77%
=======================================
Files ? 23
Lines ? 1193
Branches ? 237
=======================================
Hits ? 558
Misses ? 451
Partials ? 184 Continue to review full report at Codecov.
|
Sorry, something went wrong.
I believe this is because it's looking for code coverage on the main branch which we don't have since this is the first time we're adding it 😂 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds support to generate test coverage reports on PRs using @codecov
Changes
Screenshots
todo
Checklist
Fixes #3151