We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710de4c commit 8af2b2eCopy full SHA for 8af2b2e
1 file changed
.github/workflows/ci.yml .github/workflows/rust.yml.github/workflows/ci.yml renamed to .github/workflows/rust.yml
@@ -48,19 +48,3 @@ jobs:
48
run: cargo test --all-features --workspace
49
- name: Run doc tests
50
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