Skip to content

Commit 7e8068f

Browse files
committed
ci: remove coverage tests for feature, since it doesn't work all the time yet
1 parent d32b3c5 commit 7e8068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install cargo-llvm-cov
1515
uses: taiki-e/install-action@cargo-llvm-cov
1616
- name: Generate code coverage
17-
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
17+
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
1818
- name: Upload coverage to Codecov
1919
uses: codecov/codecov-action@v3
2020
with:

0 commit comments

Comments
 (0)