Skip to content

Commit aad9ab5

Browse files
committed
switch to codecov-action@v5
1 parent 5b95a6f commit aad9ab5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- name: verify codecov.yaml
2525
run: curl -X POST --data-binary @codecov.yml https://codecov.io/validate
2626
- name: upload code coverage
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v5
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
files: ./coverage.txt
31-
name: codecov-umbrella # optional
32-
fail_ci_if_error: true # optional (default = false)
31+
fail_ci_if_error: false # optional (default = false)
3332
verbose: true # optional (default = false)
3433

0 commit comments

Comments
 (0)