-
Notifications
You must be signed in to change notification settings - Fork 25
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/CommitsTab tests to Vitest #3329
chore: Update pages/RepoPage/CommitsTab tests to Vitest #3329
Conversation
Bundle ReportBundle size has no change ✅ |
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3329 +/- ##
==========================================
- Coverage 98.79% 98.77% -0.03%
==========================================
Files 803 803
Lines 14014 14014
Branches 3988 3993 +5
==========================================
- Hits 13845 13842 -3
- Misses 158 161 +3
Partials 11 11 see 2 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 #3329 +/- ##
==========================================
- Coverage 98.79% 98.77% -0.03%
==========================================
Files 803 803
Lines 14014 14014
Branches 3988 3993 +5
==========================================
- Hits 13845 13842 -3
- Misses 158 161 +3
Partials 11 11 see 2 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 #3329 +/- ##
==========================================
- Coverage 98.79% 98.77% -0.03%
==========================================
Files 803 803
Lines 14014 14014
Branches 3993 3988 -5
==========================================
- Hits 13845 13842 -3
- Misses 158 161 +3
Partials 11 11 see 2 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. Additional details and impacted files@@ Coverage Diff @@
## main #3329 +/- ##
==========================================
- Coverage 98.79% 98.77% -0.03%
==========================================
Files 803 803
Lines 14014 14014
Branches 3988 3993 +5
==========================================
- Hits 13845 13842 -3
- Misses 158 161 +3
Partials 11 11 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
missed the failing test, can we fix
Description
This PR updates the tests for
pages/RepoPage/CommitsTab
to Vitest.