-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore: Update pages/RepoPage/CoverageTab tests to Vitest #3335
chore: Update pages/RepoPage/CoverageTab tests to Vitest #3335
Conversation
Bundle ReportChanges will decrease total bundle size by 76 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will decrease total bundle size by 76 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
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 #3335 +/- ##
==========================================
- Coverage 98.64% 98.44% -0.20%
==========================================
Files 808 807 -1
Lines 14118 14117 -1
Branches 4014 4014
==========================================
- Hits 13926 13898 -28
- Misses 181 208 +27
Partials 11 11
... and 16 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3335 +/- ##
==========================================
- Coverage 98.64% 98.44% -0.20%
==========================================
Files 808 807 -1
Lines 14118 14117 -1
Branches 4019 3940 -79
==========================================
- Hits 13926 13898 -28
- Misses 181 208 +27
Partials 11 11
... and 16 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3335 +/- ##
==========================================
- Coverage 98.64% 98.44% -0.20%
==========================================
Files 808 807 -1
Lines 14118 14117 -1
Branches 4019 3991 -28
==========================================
- Hits 13926 13898 -28
- Misses 181 208 +27
Partials 11 11
... and 16 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3335 +/- ##
==========================================
- Coverage 98.64% 98.44% -0.20%
==========================================
Files 808 807 -1
Lines 14118 14117 -1
Branches 4014 4014
==========================================
- Hits 13926 13898 -28
- Misses 181 208 +27
Partials 11 11
... and 16 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Description
This PR updates the tests in the
pages/RepoPage/CoverageTab
to Vitest.