mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: codecov args (#9592)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
0b85bc41b7
commit
ca78441e49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -39,6 +39,6 @@ jobs:
|
|||
- name: Upload Report to Codecov
|
||||
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
|
||||
with:
|
||||
file: ./coverage.out
|
||||
files: ./coverage.out
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
|
|
Loading…
Reference in a new issue