-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: use test runner in test-report-config
#54571
Conversation
RedYetiDev
commented
Aug 26, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54571 +/- ##
==========================================
- Coverage 87.33% 87.30% -0.03%
==========================================
Files 649 649
Lines 182620 182755 +135
Branches 35042 35046 +4
==========================================
+ Hits 159490 159560 +70
- Misses 16394 16462 +68
+ Partials 6736 6733 -3 |
We should find a better way to describe the changes if these refactorings become recurrent, because this is not using the test runner (which whould be |
Maybe say "node:test" instead of test runner as done in #54585 and similar PRs. |
commit message updated :-) |