From 404d09cdb2d4d27feb0b92783af8a0f86427fab0 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Wed, 19 Nov 2025 11:03:19 +0100 Subject: [PATCH] ci(codecov): fix input argument following bump to v5 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b13074c412d..157f2f13045 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -297,7 +297,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} # required report_type: coverage - file: ./.tox/.cov/coverage.xml + files: ./.tox/.cov/coverage.xml name: ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}${{ inputs.test_any == 'true' && '_any' || '' }}.xml flags: ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }},${{ matrix.os }},${{ matrix.python-version }}${{ inputs.test_any == 'true' && ',any' || '' }}