Skip to content

Commit 8af2b2e

Browse files
committed
update CI
1 parent 710de4c commit 8af2b2e

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,3 @@ jobs:
4848
run: cargo test --all-features --workspace
4949
- name: Run doc tests
5050
run: cargo test --doc --workspace
51-
52-
coverage:
53-
name: Code Coverage
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v4
57-
- uses: dtolnay/rust-toolchain@stable
58-
- name: Install cargo-tarpaulin
59-
run: cargo install cargo-tarpaulin
60-
- name: Generate coverage
61-
run: cargo tarpaulin --workspace --out xml
62-
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v4
64-
with:
65-
files: ./cobertura.xml
66-
fail_ci_if_error: false

0 commit comments

Comments
 (0)