File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 uses : actions/cache@v4
2424 with :
2525 path : target
26- key : ${{ runner.os }}-stable-build-target-${{ hashFiles('**/Cargo.lock') }}
27- restore-keys : ${{ runner.os }}-stable-build-target-
26+ key : ${{ runner.os }}-stable-coverage- build-target-${{ hashFiles('**/Cargo.lock') }}
27+ restore-keys : ${{ runner.os }}-stable-coverage- build-target-
2828
2929 - name : Generate code coverage
3030 run : |
31- cargo tarpaulin --all-features --workspace --timeout 120 --out xml
31+ cargo tarpaulin --all-features --skip-clean -- workspace --timeout 120 --out xml
3232
3333 - name : Upload to codecov.io
3434 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 2222 uses : actions/cache@v4
2323 with :
2424 path : target
25- key : ${{ runner.os }}-{{ matrix.rust }} -cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
25+ key : ${{ runner.os }}-stable -cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
2626
2727 - uses : actions/checkout@v4
2828 with :
You can’t perform that action at this time.
0 commit comments