Skip to content

Commit 21ce45d

Browse files
committed
Fix codecov action config.
1 parent 10fa88c commit 21ce45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload coverage to Codecov
7272
uses: codecov/codecov-action@v5
7373
with:
74-
file: ./test/coverage/lcov.info
74+
files: ./test/coverage/lcov.info
7575
fail_ci_if_error: true
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777

0 commit comments

Comments
 (0)