forked from TrueCloudLab/certificates
Upgrade codecov to v2
This commit is contained in:
parent
76c483c36f
commit
25d0ca258d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -59,8 +59,8 @@ jobs:
|
|||
-
|
||||
name: Codecov
|
||||
if: matrix.go == '1.18'
|
||||
uses: codecov/codecov-action@v1.2.1
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
file: ./coverage.out # optional
|
||||
files: ./coverage.out # optional
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
|
|
Loading…
Reference in a new issue