Skip to content

Commit a9ab5c3

Browse files
committed
removing dependency on codecov.io
1 parent 6d0b907 commit a9ab5c3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,4 @@ jobs:
133133
run: cargo install cargo-tarpaulin
134134

135135
- 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
136+
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --fail-under 80

0 commit comments

Comments
 (0)