Skip to content

Commit 8564f06

Browse files
authored
fix: ignore gcov files
1 parent e24137f commit 8564f06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yaml

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

0 commit comments

Comments
 (0)