We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0b907 commit a9ab5c3Copy full SHA for a9ab5c3
.github/workflows/ci.yml
@@ -133,10 +133,4 @@ jobs:
133
run: cargo install cargo-tarpaulin
134
135
- name: Run coverage
136
- run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
137
-
138
- - name: Upload to codecov.io
139
- uses: codecov/codecov-action@v3
140
- with:
141
- file: cobertura.xml
142
- fail_ci_if_error: true
+ run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --fail-under 80
0 commit comments