We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ae675 commit 90ad431Copy full SHA for 90ad431
.github/workflows/Ubuntu-arm.yml
@@ -325,7 +325,7 @@ jobs:
325
if: ${{ success() && (matrix.coverage == true) }}
326
uses: codecov/codecov-action@v5
327
with:
328
- file: ./coverage.info
+ files: ./coverage.info
329
fail_ci_if_error: true
330
verbose: true
331
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/Ubuntu.yml
@@ -311,7 +311,7 @@ jobs:
311
312
313
314
315
316
317
0 commit comments