diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2b0cdf2..6acfd3f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,7 +24,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - directory: ./coverage/reports/ + files: ./coverage.xml env_vars: OS,PYTHON fail_ci_if_error: true verbose: true