Skip to content

Commit 610ae75

Browse files
committed
ci: fix deprecated arg file
1 parent 65cd70a commit 610ae75

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
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }} # required
4949
fail_ci_if_error: true
50-
file: lcov.info
50+
files: lcov.info

0 commit comments

Comments
 (0)