Skip to content

Commit 610ae75

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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)