Skip to content

Commit

Permalink
chore(ci): use files parameter in codecov-action instead of file, whi…
Browse files Browse the repository at this point in the history
…ch was deprecated and removed (#977)
  • Loading branch information
chengfang authored Dec 19, 2024
1 parent 736f12f commit 0508183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0508183

Please sign in to comment.