Skip to content

Commit 90ad431

Browse files
authored
Update codecov action to use files instead of file (#613)
1 parent 07ae675 commit 90ad431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Ubuntu-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
if: ${{ success() && (matrix.coverage == true) }}
326326
uses: codecov/codecov-action@v5
327327
with:
328-
file: ./coverage.info
328+
files: ./coverage.info
329329
fail_ci_if_error: true
330330
verbose: true
331331
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
if: ${{ success() && (matrix.coverage == true) }}
312312
uses: codecov/codecov-action@v5
313313
with:
314-
file: ./coverage.info
314+
files: ./coverage.info
315315
fail_ci_if_error: true
316316
verbose: true
317317
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)