Skip to content

Commit 2a63297

Browse files
committed
change file to files for codecov action
1 parent ed871d9 commit 2a63297

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
@@ -42,7 +42,7 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
- uses: codecov/codecov-action@v5
4444
with:
45-
file: lcov.info
45+
files: lcov.info
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
fail_ci_if_error: true
4848
docs:

0 commit comments

Comments
 (0)