-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
build(cypress): Fix issue with cypress code-coverage plugin when running locally #11698
build(cypress): Fix issue with cypress code-coverage plugin when running locally #11698
Conversation
This comment has been minimized.
This comment has been minimized.
I think this just disabled code coverage report for https://codecov.io/ |
Can you try "nyc": {
"reporter": ["text-summary", "json"]
} |
Codecov Report
@@ Coverage Diff @@
## master #11698 +/- ##
==========================================
+ Coverage 62.86% 66.97% +4.11%
==========================================
Files 889 889
Lines 43054 43063 +9
Branches 4016 4017 +1
==========================================
+ Hits 27064 28843 +1779
+ Misses 15811 14118 -1693
+ Partials 179 102 -77
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Side note, have you all noticed that cypress' reported line numbers are off? Somehow the sourcemap must be wrong for cypress. |
…ing locally (apache#11698) * Update @cypress/code-coverage to latest * Set nyc reporter to html/text * Revert dashboard list test changes from apache#11613 * Update codecov reporting to summary format * Add json reporter for codecov.io * Silence inline coverage reports
SUMMARY
This PR:
@cypress/code-coverage
plugin to latest versionRefs:
cypress-io/code-coverage#216
istanbuljs/istanbuljs#572
TEST PLAN
Run Cypress locally
ADDITIONAL INFORMATION