Skip to content

Commit 4c06712

Browse files
committed
[CI] Fix codecov action args
1 parent d74ecdb commit 4c06712

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
@@ -239,7 +239,7 @@ jobs:
239239
timeout-minutes: 1
240240
continue-on-error: true
241241
with:
242-
file: ./coverage.txt
242+
files: ./coverage.txt
243243
flags: unittests
244244
name: codecov-umbrella
245245
token: ${{ secrets.CODECOV_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285
timeout-minutes: 1
286286
continue-on-error: true
287287
with:
288-
file: ./coverage.txt
288+
files: ./coverage.txt
289289
flags: unittests
290290
name: codecov-umbrella
291291
token: ${{ secrets.CODECOV_TOKEN }}
@@ -389,7 +389,7 @@ jobs:
389389
timeout-minutes: 1
390390
continue-on-error: true
391391
with:
392-
file: ./coverage.txt
392+
files: ./coverage.txt
393393
flags: unittests
394394
name: codecov-umbrella
395395
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)