Skip to content

Commit 1c213fd

Browse files
committed
chore: update deps
1 parent 6a8ad1f commit 1c213fd

File tree

2 files changed

+290
-248
lines changed

2 files changed

+290
-248
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,3 @@ jobs:
8484

8585
- name: Run cargo audit
8686
run: cargo audit
87-
88-
coverage:
89-
name: Code Coverage
90-
runs-on: ubuntu-latest
91-
steps:
92-
- name: Checkout sources
93-
uses: actions/checkout@v4
94-
95-
- name: Install toolchain
96-
uses: actions-rust-lang/setup-rust-toolchain@v1
97-
with:
98-
components: llvm-tools-preview
99-
100-
- name: Install cargo-llvm-cov
101-
uses: taiki-e/install-action@cargo-llvm-cov
102-
103-
- name: Generate code coverage
104-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
105-
106-
- name: Upload coverage to Codecov
107-
uses: codecov/codecov-action@v4
108-
with:
109-
files: lcov.info
110-
fail_ci_if_error: true

0 commit comments

Comments
 (0)