diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cb5155..2fa0a00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,6 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage/coverage.xml, ./coverage.xml + files: ./python3_anticaptcha/coverage.xml fail_ci_if_error: true verbose: true