mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Merge pull request #284 from external-secrets/dependabot/github_actions/codecov/codecov-action-2.0.2
chore(deps): bump codecov/codecov-action from 1 to 2.0.2
This commit is contained in:
commit
4b72792f1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -176,7 +176,7 @@ jobs:
|
||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Publish Unit Test Coverage
|
- name: Publish Unit Test Coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
flags: unittests
|
flags: unittests
|
||||||
file: ./cover.out
|
file: ./cover.out
|
||||||
|
|
Loading…
Reference in a new issue