Skip to content

Commit 559b9bb

Browse files
committed
Fix codecov action usage.
1 parent e115a61 commit 559b9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- name: Upload coverage to Codecov
5959
uses: codecov/codecov-action@v5
6060
with:
61-
file: ./coverage/lcov.info
61+
files: ./coverage/lcov.info
6262
fail_ci_if_error: true
6363
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)