Skip to content

Commit 01e568e

Browse files
Set sudo $PATH
1 parent b5ee065 commit 01e568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686
- name: UploadCoverage
8787
if: matrix.rust == 'stable'
8888
run: |
89-
sudo grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
89+
sudo env PATH=$PATH $HOME/.cargo/bin/grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
9090
sudo lcov --remove coverage.info lcov --ignore-errors unused,unused '/Applications/*' 'target/debug/build/**' 'target/release/build/**' '/usr*' '**/errors.rs' '**/build.rs' 'examples/**' '*tests/*' -o coverage.info
9191
sudo bash <(curl -s https://codecov.io/bash) -f coverage.info || true

0 commit comments

Comments
 (0)