Skip to content

Commit

Permalink
test out continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanirby committed Mar 4, 2025
1 parent 2a8eb63 commit fd32797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ 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: false
fail_below_min: true
thresholds: '70 85'
output: both
format: markdown
Expand Down

0 comments on commit fd32797

Please sign in to comment.