Skip to content

Commit

Permalink
Update grcov to 0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Jul 14, 2023
1 parent 2b9dba2 commit 406eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
LLVM_PROFILE_FILE: '%p-%m.profraw'
- name: Install grcov
run: |
curl -L https://github.com/mozilla/grcov/releases/download/v0.8.11/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
curl -L https://github.com/mozilla/grcov/releases/download/v0.8.18/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf -
- name: Run grcov
run: |
./grcov . --source-dir . --binary-path ./target/debug/ --output-type lcov --output-path ./lcov.info --branch --ignore-not-existing
Expand Down

0 comments on commit 406eaa2

Please sign in to comment.