Skip to content

Commit 9b5ef37

Browse files
committed
Fix env
1 parent e6feda2 commit 9b5ef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
5050
- run: cargo test --locked
5151
env:
52-
LLVM_PROFILE_FILE=: target/debug/coverage/grcov-%p-%m.profraw
52+
LLVM_PROFILE_FILE: target/debug/coverage/grcov-%p-%m.profraw
5353
RUSTFLAGS: -Cinstrument-coverage
5454
- name: Generate coverage
5555
run: |

0 commit comments

Comments
 (0)