1
0
Fork 0
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:
Charles-Edouard Brétéché 2024-02-01 12:27:18 +01:00 committed by GitHub
parent 0b85bc41b7
commit ca78441e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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