We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6feda2 commit 9b5ef37Copy full SHA for 9b5ef37
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
50
- run: cargo test --locked
51
env:
52
- LLVM_PROFILE_FILE=: target/debug/coverage/grcov-%p-%m.profraw
+ LLVM_PROFILE_FILE: target/debug/coverage/grcov-%p-%m.profraw
53
RUSTFLAGS: -Cinstrument-coverage
54
- name: Generate coverage
55
run: |
0 commit comments