Skip to content

Commit 26569e5

Browse files
Gris Gecathay4t
authored andcommitted
CI: Disable code coverage scan
It is constantly failing which I have no time to fix. Signed-off-by: Gris Ge <cnfourt@gmail.com>
1 parent 7dec07c commit 26569e5

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +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@v5.1.2
31-
with:
32-
token: ${{ secrets.CODECOV_TOKEN }}
33-
files: lcov.info
34-
fail_ci_if_error: true
23+
- name: Test
24+
run: cargo test

0 commit comments

Comments
 (0)