Skip to content

Commit dc61dfa

Browse files
Update .github/workflows/CI.yml
1 parent 55ec296 commit dc61dfa

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
@@ -49,6 +49,6 @@ jobs:
4949
- uses: julia-actions/julia-processcoverage@v1
5050
- uses: codecov/codecov-action@v5
5151
with:
52-
file: lcov.info
52+
files: lcov.info
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
fail_ci_if_error: true

0 commit comments

Comments
 (0)