Skip to content

Commit fd32797

Browse files
committed
test out continue-on-error
1 parent 2a8eb63 commit fd32797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757

5858
- name: Generate Code Coverage Summary
5959
uses: irongut/CodeCoverageSummary@v1.3.0
60+
continue-on-error: true
6061
with:
6162
filename: cobertura.xml
6263
badge: true
63-
fail_below_min: false
64+
fail_below_min: true
6465
thresholds: '70 85'
6566
output: both
6667
format: markdown

0 commit comments

Comments
 (0)