Merge pull request #13 from crossplane/renovate/codecov-codecov-action-3.x
Update codecov/codecov-action action to v3
This commit is contained in:
commit
d059dd45a0
|
@ -123,7 +123,7 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
- name: Publish Unit Test Coverage
|
- name: Publish Unit Test Coverage
|
||||||
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
|
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
|
||||||
with:
|
with:
|
||||||
flags: unittests
|
flags: unittests
|
||||||
file: _output/tests/linux_amd64/coverage.txt
|
file: _output/tests/linux_amd64/coverage.txt
|
||||||
|
|
Loading…
Reference in New Issue