Skip to content

Commit 88285ee

Browse files
committed
fix(build): rename file to files for codecov action
1 parent bd08023 commit 88285ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
6262
- uses: codecov/codecov-action@v5
6363
with:
64-
file: coverage.out
64+
files: coverage.out
6565
flags: ${{ env.OS }}-${{ env.GO_VERSION }}-${{ env.NVIM_VERSION }}
6666
env_vars: OS,GO_VERSION,NVIM_VERSION

0 commit comments

Comments
 (0)