Skip to content

Commit 70d98f0

Browse files
committed
Fix typo in CI.yml
1 parent 39bc4f3 commit 70d98f0

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
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-processcoverage@v1
4949
- uses: codecov/codecov-action@v5
5050
with:
51-
file: lcov.info
51+
files: lcov.info
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
docs:
5454
name: Documentation

0 commit comments

Comments
 (0)