-
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/PullRequestPage tests to Vitest #3324
chore: Update pages/PullRequestPage tests to Vitest #3324
Conversation
Bundle ReportChanges will decrease total bundle size by 6 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. @@ Coverage Diff @@
## main #3324 +/- ##
==========================================
- Coverage 98.27% 98.06% -0.22%
==========================================
Files 804 804
Lines 14114 14114
Branches 4019 4014 -5
==========================================
- Hits 13871 13841 -30
- Misses 234 263 +29
- Partials 9 10 +1 see 18 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 #3324 +/- ##
==========================================
- Coverage 98.27% 98.06% -0.22%
==========================================
Files 804 804
Lines 14114 14114
Branches 4014 3940 -74
==========================================
- Hits 13871 13841 -30
- Misses 234 263 +29
- Partials 9 10 +1 see 18 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 #3324 +/- ##
==========================================
- Coverage 98.27% 98.06% -0.22%
==========================================
Files 804 804
Lines 14114 14114
Branches 4019 4014 -5
==========================================
- Hits 13871 13841 -30
- Misses 234 263 +29
- Partials 9 10 +1 see 18 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 #3324 +/- ##
==========================================
- Coverage 98.27% 98.06% -0.22%
==========================================
Files 804 804
Lines 14114 14114
Branches 3940 3940
==========================================
- Hits 13871 13841 -30
- Misses 234 263 +29
- Partials 9 10 +1 see 18 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will decrease total bundle size by 6 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR updates the tests in
pages/PullRequestPage
to Vitest.