Skip to content

Commit 30ec475

Browse files
committed
ci: fix codecov-action arg name
1 parent f171940 commit 30ec475

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
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }} # required
5050
fail_ci_if_error: true
51-
file: lcov.info
51+
files: lcov.info
5252

5353
docs:
5454
name: Documentation

0 commit comments

Comments
 (0)