Skip to content

Commit

Permalink
typo codecov cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Oct 30, 2023
1 parent 3edc567 commit 2defe04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,31 +408,31 @@ jobs:
uses: actions/cache/restore@v3
with:
path: lcov-test#1-.info
key: codecov-cache-test#1--${{ github.sha }}
key: codecov-cache-test#1-${{ github.sha }}
fail-on-cache-miss: true
- name: Fetch results for tests with stdlib (part. 2)
uses: actions/cache/restore@v3
with:
path: lcov-test#2-.info
key: codecov-cache-test#2--${{ github.sha }}
key: codecov-cache-test#2-${{ github.sha }}
fail-on-cache-miss: true
- name: Fetch results for tests with stdlib (part. 3)
uses: actions/cache/restore@v3
with:
path: lcov-test#3-.info
key: codecov-cache-test#3--${{ github.sha }}
key: codecov-cache-test#3-${{ github.sha }}
fail-on-cache-miss: true
- name: Fetch results for tests with stdlib (part. 4)
uses: actions/cache/restore@v3
with:
path: lcov-test#4-.info
key: codecov-cache-test#4--${{ github.sha }}
key: codecov-cache-test#4-${{ github.sha }}
fail-on-cache-miss: true
- name: Fetch results for tests without stdlib
uses: actions/cache/restore@v3
with:
path: lcov-test-no_std-.info
key: codecov-cache-test-no_std--${{ github.sha }}
key: codecov-cache-test-no_std-${{ github.sha }}
fail-on-cache-miss: true

- name: Upload coverage to codecov.io
Expand Down

0 comments on commit 2defe04

Please sign in to comment.