Skip to content

Commit 78b7bc0

Browse files
authored
fix: try updating the coverage cache again
1 parent 2e8d6e1 commit 78b7bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
~/.cargo/registry
7373
~/.cargo/git
7474
target
75-
key: ${{ runner.os }}-coverage-${{ hashFiles('**/Cargo.lock') }}
75+
key: ${{ runner.os }}-coverage-1-${{ hashFiles('**/Cargo.lock') }}
7676
- uses: actions-rs/[email protected]
7777
- uses: codecov/codecov-action@v1
7878
with:

0 commit comments

Comments
 (0)