-
Notifications
You must be signed in to change notification settings - Fork 10
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
Simplify retries of build_report_from_raw_content
#618
Conversation
This removes and inlines the `schedule_for_later_try` call, and adjusts the tests accordingly
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #618 +/- ##
==========================================
- Coverage 97.66% 97.66% -0.01%
==========================================
Files 433 433
Lines 36245 36224 -21
==========================================
- Hits 35399 35378 -21
Misses 846 846
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #618 +/- ##
==========================================
- Coverage 97.66% 97.66% -0.01%
==========================================
Files 433 433
Lines 36245 36224 -21
==========================================
- Hits 35399 35378 -21
Misses 846 846
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #618 +/- ##
==========================================
- Coverage 97.66% 97.66% -0.01%
==========================================
Files 433 433
Lines 36245 36224 -21
==========================================
- Hits 35399 35378 -21
Misses 846 846
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #618 +/- ##
==========================================
- Coverage 97.70% 97.70% -0.01%
==========================================
Files 468 468
Lines 37451 37430 -21
==========================================
- Hits 36591 36570 -21
Misses 860 860
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This removes and inlines the
schedule_for_later_try
call, and adjusts the tests accordingly