summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCheng Fang <cfang@redhat.com>2024-12-19 09:28:35 -0500
committerGitHub <noreply@github.com>2024-12-19 14:28:35 +0000
commit05081831ea6b5f0fbe6c0887edd4ad7f990f7437 (patch)
tree0131b31ca984551ca89a88c4b4d85b4cb144c135 /.github/workflows
parent736f12f55a73d17dbedc040b4f559a2cd33bbff4 (diff)
chore(ci): use files parameter in codecov-action instead of file, which was deprecated and removed (#977)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-tests.yaml2
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