We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736f12f commit 0508183Copy full SHA for 0508183
.github/workflows/ci-tests.yaml
@@ -90,7 +90,7 @@ jobs:
90
uses: codecov/codecov-action@v5
91
with:
92
token: ${{ secrets.CODECOV_TOKEN }}
93
- file: coverage.out
+ files: coverage.out
94
95
test-manifests:
96
name: Ensure kubernetes manifests conform to their schema
0 commit comments