build(deps): bump codecov/codecov-action from 1.5.2 to 2.1.0 (#819)
This commit is contained in:
parent
17652ce80e
commit
e82f17e230
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
env:
|
||||
CGO_ENABLED: 0
|
||||
- name: Upload Codecov report
|
||||
uses: codecov/codecov-action@v1.5.2
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
files: coverage.txt
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
|
|
Loading…
Reference in a new issue