Skip to content

Commit 4528dfb

Browse files
committed
remove codecov workflow part
1 parent 3e66e4c commit 4528dfb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,3 @@ jobs:
7878
7979
- name: Test with Miri
8080
run: cargo miri test --all-features
81-
82-
codecov:
83-
runs-on: ubuntu-latest
84-
needs: test
85-
steps:
86-
- uses: actions/checkout@v4
87-
- uses: dtolnay/rust-toolchain@stable
88-
- name: Install cargo-llvm-cov
89-
uses: taiki-e/install-action@cargo-llvm-cov
90-
- name: Generate code coverage
91-
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
92-
- name: Upload coverage to Codecov
93-
uses: codecov/codecov-action@v3
94-
with:
95-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
96-
files: lcov.info
97-
fail_ci_if_error: true

0 commit comments

Comments
 (0)