Skip to content

Commit b2c30b6

Browse files
Fix name of profile data file
1 parent d7c6f33 commit b2c30b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cargo install grcov
5050
rustup component add llvm-tools-preview
5151
echo RUSTFLAGS="-Zinstrument-coverage" >> "$GITHUB_ENV"
52-
echo LLVM_PROFILE_FILE="flow-%p-%m.profraw" >> "$GITHUB_ENV"
52+
echo LLVM_PROFILE_FILE="libproc-%p-%m.profraw" >> "$GITHUB_ENV"
5353
5454
- name: Run Tests
5555
if: matrix.os != 'macos-11'

0 commit comments

Comments
 (0)