Skip to content

Commit ec4784b

Browse files
authored
Change file to files when using codecov action
This is a change required by version 5 of the action.
1 parent 5cd6dd4 commit ec4784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)