Update test.yml

This commit is contained in:
Andrei 2022-12-14 12:21:38 +03:00
parent f3671c4bdf
commit 8e2629671b
1 changed files with 2 additions and 1 deletions

View File

@ -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