Skip to content

Commit a0772ee

Browse files
Avoid failure on upload error
1 parent 245d566 commit a0772ee

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
run: |
8787
sudo grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
8888
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
89-
sudo bash <(curl -s https://codecov.io/bash) -f coverage.info
89+
sudo bash <(curl -s https://codecov.io/bash) -f coverage.info || true
9090
9191

0 commit comments

Comments
 (0)