We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72e092d + ef9ef16 commit 9c44aa8Copy full SHA for 9c44aa8
.github/workflows/ci.yml
@@ -77,10 +77,6 @@ jobs:
77
components: llvm-tools-preview
78
- uses: Swatinem/rust-cache@v2
79
- uses: taiki-e/install-action@cargo-llvm-cov
80
- - name: Build with code coverage
81
- run: |
82
- cargo llvm-cov --no-report --workspace --all-features --all-targets
83
- cargo llvm-cov --no-report --workspace --all-features --doc
84
- name: Generate code coverage
85
env:
86
# Covered tests are slower, so reduce the test load. (We also shouldn't
0 commit comments