Skip to content

Commit a69674c

Browse files
authored
fix: remove coverage from cache
1 parent eaa9d6c commit a69674c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ jobs:
7373
~/.cargo/registry
7474
~/.cargo/git
7575
target
76-
key: ${{ runner.os }}-coverage-${{ hashFiles('**/Cargo.lock') }}
76+
!*.gcno
77+
!*.gcda
78+
!*.gcov
79+
key: ${{ runner.os }}-cargo-coverage-${{ hashFiles('**/Cargo.lock') }}
7780
- uses: actions-rs/cargo@v1
7881
with:
7982
command: test

0 commit comments

Comments
 (0)