We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd08023 commit 88285eeCopy full SHA for 88285ee
.github/workflows/test.yml
@@ -61,6 +61,6 @@ jobs:
61
62
- uses: codecov/codecov-action@v5
63
with:
64
- file: coverage.out
+ files: coverage.out
65
flags: ${{ env.OS }}-${{ env.GO_VERSION }}-${{ env.NVIM_VERSION }}
66
env_vars: OS,GO_VERSION,NVIM_VERSION
0 commit comments