diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 63812a85eb2..0e16d6b6ab8 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -222,9 +222,8 @@ jobs: if: always() uses: codecov/codecov-action@v4 with: - directory: ./coverage/reports env_vars: OS,PYTHON fail_ci_if_error: false verbose: true token: ${{ secrets.CODECOV_TOKEN }} - files: merged.xml + files: coverage/reports/merged.xml