-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: Update current usage of rejectNetworkError #3758
feat: Update current usage of rejectNetworkError #3758
Conversation
❌ 45 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3758 +/- ##
==========================================
- Coverage 98.70% 98.67% -0.03%
==========================================
Files 823 825 +2
Lines 14801 14836 +35
Branches 4228 4250 +22
==========================================
+ Hits 14609 14640 +31
- Misses 186 189 +3
- Partials 6 7 +1
... and 7 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 #3758 +/- ##
==========================================
- Coverage 98.70% 98.67% -0.03%
==========================================
Files 823 825 +2
Lines 14801 14836 +35
Branches 4220 4242 +22
==========================================
+ Hits 14609 14640 +31
- Misses 186 189 +3
- Partials 6 7 +1
... and 7 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 #3758 +/- ##
==========================================
- Coverage 98.70% 98.67% -0.03%
==========================================
Files 823 825 +2
Lines 14801 14836 +35
Branches 4220 4250 +30
==========================================
+ Hits 14609 14640 +31
- Misses 186 189 +3
- Partials 6 7 +1
... and 7 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 5.02kB (0.04%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
Files in
Files in
Files in
Files in
Files in
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
Files in
Files in
Files in
Files in
Files in
Files in
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR adjusts somethings in the new
rejectNetworkError
, remove the oldrejectNetworkError
implementation, and updates all current usage ofrejectNetworkError
to the new implementation.Ticket: codecov/engineering-team#3329
Notable Changes
caller
tocallingFn
inerrorDetails
rejectNetworkError
rejectNetworkError