fix: update codecov action (again) (#731)
This commit is contained in:
parent
05bce00e93
commit
6550eb7f25
|
@ -53,7 +53,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
- name: Upload Codecov report
|
- name: Upload Codecov report
|
||||||
uses: codecov/codecov-action@v1.5.0
|
uses: codecov/codecov-action@v1.5.2
|
||||||
with:
|
with:
|
||||||
files: coverage.txt
|
files: coverage.txt
|
||||||
fail_ci_if_error: true # optional (default = false)
|
fail_ci_if_error: true # optional (default = false)
|
||||||
|
|
Loading…
Reference in New Issue