Skip to content

Commit cdb4428

Browse files
authored
build(test): Update Codecov integration (argoproj-labs#745)
Signed-off-by: jannfis <[email protected]>
1 parent 50b90c2 commit cdb4428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
run: |
8888
make test
8989
- name: Upload code coverage information to codecov.io
90-
uses: codecov/codecov-action@v1
90+
uses: codecov/codecov-action@v4
9191
with:
92+
token: ${{ secrets.CODECOV_TOKEN }}
9293
file: coverage.out

0 commit comments

Comments
 (0)