Skip to content

Commit 19b5ac3

Browse files
authored
"file" -> "files" in CI codecov step (#460)
1 parent 2526527 commit 19b5ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- uses: codecov/codecov-action@v5
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
72-
file: lcov.info
72+
files: lcov.info

0 commit comments

Comments
 (0)