-
Notifications
You must be signed in to change notification settings - Fork 23
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
Reword the "Erase Repo" action #3670
Conversation
Instead of erasing just the "repo coverage content", the repository as a whole will be deleted using the new `FlushRepo` task. This adjusts the frontend to reflect that.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3670 +/- ##
==========================================
- Coverage 98.91% 98.80% -0.11%
==========================================
Files 817 820 +3
Lines 14714 14783 +69
Branches 4163 4214 +51
==========================================
+ Hits 14555 14607 +52
- Misses 152 167 +15
- Partials 7 9 +2
... and 19 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 #3670 +/- ##
==========================================
- Coverage 98.91% 98.80% -0.11%
==========================================
Files 817 820 +3
Lines 14714 14783 +69
Branches 4171 4214 +43
==========================================
+ Hits 14555 14607 +52
- Misses 152 167 +15
- Partials 7 9 +2
... and 19 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 #3670 +/- ##
==========================================
- Coverage 98.91% 98.80% -0.11%
==========================================
Files 817 820 +3
Lines 14714 14783 +69
Branches 4163 4214 +51
==========================================
+ Hits 14555 14607 +52
- Misses 152 167 +15
- Partials 7 9 +2
... and 19 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportChanges will increase total bundle size by 9.4kB (0.04%) ⬆️. 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 #3670 +/- ##
==========================================
- Coverage 98.91% 98.80% -0.11%
==========================================
Files 817 820 +3
Lines 14714 14783 +69
Branches 4171 4206 +35
==========================================
+ Hits 14555 14607 +52
- Misses 152 167 +15
- Partials 7 9 +2
... and 19 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Instead of erasing just the "repo coverage content", the repository as a whole will be deleted using the new
FlushRepo
task. This adjusts the frontend to reflect that.