Skip to content

Commit eeacb0d

Browse files
authored
Update Codecov action file parameter name (#149)
* Update Codecov action file parameter * Fix typo in Codecov action file parameter
1 parent b230aef commit eeacb0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-julia-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
- uses: julia-actions/julia-processcoverage@v1
4747
- uses: codecov/codecov-action@v5
4848
with:
49-
file: lcov.info
50-
token: ${{ secrets.CODECOV_TOKEN }}
49+
files: lcov.info
50+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: julia-actions/julia-processcoverage@v1
5959
- uses: codecov/codecov-action@v5
6060
with:
61-
file: lcov.info
61+
files: lcov.info
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
docs:
6464
name: Documentation

0 commit comments

Comments
 (0)