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