-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix(learn): fix link text in coverage article #7761
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
Signed-off-by: Gilad Hoshmand <gilad.hoshmand@sage.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
Updates the flag name display for Node.js code coverage to match the correct test runner option.
- Corrects the displayed flag from
--experimental-code-coverage
to--experimental-test-coverage
.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7761 +/- ##
==========================================
- Coverage 75.09% 75.05% -0.04%
==========================================
Files 98 98
Lines 7914 7914
Branches 196 196
==========================================
- Hits 5943 5940 -3
- Misses 1970 1973 +3
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM !
Lighthouse Results
|
I'm fast tracking since it not a breaking change and it's fix an "issue" on code example |
Description
Fix the wrong display text