Skip to content

Commit 55c90b2

Browse files
authored
ci(codecov): fix input argument following bump to codecov-action v5 (#2765)
1 parent f8d9190 commit 55c90b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
with:
298298
token: ${{ secrets.CODECOV_TOKEN }} # required
299299
report_type: coverage
300-
file: ./.tox/.cov/coverage.xml
300+
files: ./.tox/.cov/coverage.xml
301301
name: ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}${{ inputs.test_any == 'true' && '_any' || '' }}.xml
302302
flags: ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }},${{ matrix.os }},${{ matrix.python-version }}${{ inputs.test_any == 'true' && ',any' || '' }}
303303

0 commit comments

Comments
 (0)