Skip to content

Commit

Permalink
ci: update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Nov 15, 2023
1 parent 58780d0 commit fc354e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-grcov-${{ env.COMPONENT }}-${{ hashFiles(env.COMPONENT_CARGO_LOCK_FILE) }}

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage:
status:
path: false
project:
default:
threshold: 5%
Expand Down

0 comments on commit fc354e6

Please sign in to comment.