Update test.yml
This commit is contained in:
parent
f3671c4bdf
commit
8e2629671b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue