Merge pull request #1569 from davidhewitt/allow-coverage-cache-fail

ci: allow coverage cache to fail
This commit is contained in:
David Hewitt 2021-04-19 22:28:57 +01:00 committed by GitHub
commit 4c01ce0127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ jobs:
~/.cargo/git
target
key: coverage-cargo-${{ hashFiles('**/Cargo.toml') }}
continue-on-error: true
- name: install grcov
run: |
wget https://github.com/mozilla/grcov/releases/download/v${GRCOV_VERSION}/grcov-linux-x86_64.tar.bz2 -qO- | tar -xjvf -