Skip to content

Commit 4c01ce0

Browse files
authored
Merge pull request #1569 from davidhewitt/allow-coverage-cache-fail
ci: allow coverage cache to fail
2 parents 6bfca27 + 2e7eb09 commit 4c01ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
~/.cargo/git
181181
target
182182
key: coverage-cargo-${{ hashFiles('**/Cargo.toml') }}
183+
continue-on-error: true
183184
- name: install grcov
184185
run: |
185186
wget https://github.com/mozilla/grcov/releases/download/v${GRCOV_VERSION}/grcov-linux-x86_64.tar.bz2 -qO- | tar -xjvf -

0 commit comments

Comments
 (0)