Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix setup codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Nov 17, 2023
1 parent e8d4a31 commit 59bff4a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
mv codecov $RUNNER_TOOL_CACHE/codecov/latest/x64/codecov
- name: Cache codecov
uses: actions/cache@v2
with:
path: ./codecov
key: ${{ runner.os }}-codecov-${{ hashFiles('./codecov') }}
restore-keys: |
${{ runner.os }}-codecov-
- name: Setup Golangci-lint
run: |
Expand Down

0 comments on commit 59bff4a

Please sign in to comment.