Skip to content

Commit 2f3a49b

Browse files
authored
ci: replace file with files in codecov (JuliaDocs#2713)
1 parent 334199a commit 2f3a49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- uses: julia-actions/julia-processcoverage@v1
8282
- uses: codecov/codecov-action@v5
8383
with:
84-
file: lcov.info
84+
files: lcov.info
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
plugins: noop
8787
disable_search: true
@@ -134,7 +134,7 @@ jobs:
134134
- uses: julia-actions/julia-processcoverage@v1
135135
- uses: codecov/codecov-action@v5
136136
with:
137-
file: lcov.info
137+
files: lcov.info
138138
token: ${{ secrets.CODECOV_TOKEN }}
139139
plugins: noop
140140
disable_search: true
@@ -189,7 +189,7 @@ jobs:
189189
- uses: julia-actions/julia-processcoverage@v1
190190
- uses: codecov/codecov-action@v5
191191
with:
192-
file: lcov.info
192+
files: lcov.info
193193
token: ${{ secrets.CODECOV_TOKEN }}
194194
plugins: noop
195195
disable_search: true

0 commit comments

Comments
 (0)