Skip to content

Commit f75a01c

Browse files
committed
Changed: Remove redundant cache restore keys for cargo-llvm-cov
Remove the broad restore-keys pattern to ensure only exact version matches are used from the cache, preventing potential version mismatches during CI runs. Refs: #101
1 parent 66f2117 commit f75a01c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
with:
4242
path: ~/.cargo/bin/cargo-llvm-cov
4343
key: cargo-llvm-cov-${{ runner.os }}-${{ env.CARGO_LLVM_COV_VERSION }}
44-
restore-keys: |
45-
cargo-llvm-cov-${{ runner.os }}-
4644

4745
- name: Install cargo-llvm-cov
4846
run: |

0 commit comments

Comments
 (0)