Skip to content

Commit efeb971

Browse files
authored
[ci] Try and fix this recurring Codecov upload issue (#40)
1 parent 84cf8d3 commit efeb971

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@ jobs:
5353
with:
5454
name: code-coverage
5555
path: tests/unit/coverage
56+
- name: Install codecov dependencies
57+
run: apk update && apk add curl gpg
5658
- name: Upload to codecov.io
57-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v5
60+
env:
61+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5862
with:
59-
token: ${{ secrets.CODECOV_TOKEN }}
6063
files: ./tests/unit/coverage.info
6164
flags: unittests
6265
name: codecov-app-seed-tool

0 commit comments

Comments
 (0)