Skip to content

Commit

Permalink
Attempting workaround that I didn't notice before to fix source cover…
Browse files Browse the repository at this point in the history
…age by generating individual files using a format option.
  • Loading branch information
ecton committed Mar 24, 2021
1 parent 18980dc commit 6a96bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run code coverage
run: |
cargo +nightly test
LLVM_PROFILE_FILE="%m.profraw" cargo +nightly test
./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing -o lcov.info;
bash <(curl -s https://codecov.io/bash) -f lcov.info;
Expand Down

0 comments on commit 6a96bf5

Please sign in to comment.