Skip to content

Commit 663310a

Browse files
committed
Revert "ci: add code coverage support"
This reverts commit 03f30cb. Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 16d63fb commit 663310a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ jobs:
1919
run: |
2020
rustup override set stable
2121
rustup update stable
22-
rustup component add llvm-tools-preview
2322
24-
- name: Install cargo-llvm-cov
25-
uses: taiki-e/install-action@cargo-llvm-cov
26-
27-
- name: Test and Generate code coverage
28-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
29-
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v3
31-
with:
32-
files: lcov.info
33-
fail_ci_if_error: true
23+
- name: Test with default feature
24+
run: cargo test

0 commit comments

Comments
 (0)