Skip to content

Commit

Permalink
remove continue-on-error flag
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanirby committed Mar 4, 2025
1 parent fd32797 commit a031791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:

- name: Generate Code Coverage Summary
uses: irongut/CodeCoverageSummary@v1.3.0
continue-on-error: true
with:
filename: cobertura.xml
badge: true
fail_below_min: true
fail_below_min: false
thresholds: '70 85'
output: both
format: markdown
Expand Down

0 comments on commit a031791

Please sign in to comment.