fix(ci): preserve recipe failure diagnostics - #110
Draft
martin-kolinek wants to merge 3 commits into
Draft
Conversation
Make the recipe-running step propagate its own exit status, add actionable coverage failure details, and publish completed coverage reports even after failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (99.9%) is below the target coverage (100.0%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #110 +/- ##
======================================
Coverage 99.9% 99.9%
======================================
Files 135 135
Lines 17470 17607 +137
======================================
+ Hits 17469 17606 +137
Misses 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Exercise multi-file truncation and the exact output limit so arithmetic and comparison mutations cannot survive. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Exercise renderer early termination, diagnostic write failures, and empty diagnostic filtering to restore complete patch coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Fixes CI failures whose useful recipe output could be obscured by a later synthetic failure step. This was exposed by the Windows coverage gate in run 33158834495, where cargo-gamma-rt measured 90.7% against a 90.8% threshold but the failed step did not present that diagnosis clearly.
Changes
Validation