diff options
| author | Cheng Fang <cfang@redhat.com> | 2024-12-19 09:28:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 14:28:35 +0000 |
| commit | 05081831ea6b5f0fbe6c0887edd4ad7f990f7437 (patch) | |
| tree | 0131b31ca984551ca89a88c4b4d85b4cb144c135 /.github | |
| parent | 736f12f55a73d17dbedc040b4f559a2cd33bbff4 (diff) | |
chore(ci): use files parameter in codecov-action instead of file, which was deprecated and removed (#977)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 5f3ae51..324d45e 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -90,7 +90,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.out + files: coverage.out test-manifests: name: Ensure kubernetes manifests conform to their schema |
