diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a50897af27..56f225d479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -336,11 +336,11 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: ./coverage.xml + files: ./coverage.xml flags: unittests name: Python-${{ matrix.python-version}} fail_ci_if_error: true - plugin: pycoverage # Only run one plugin even though we don't want any to run. + plugins: noop - name: Set Codecov job status on skipped tests if: needs.changed-files.outputs.run_tests != 'true'