Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Nov 8, 2022
1 parent 74566d5 commit 33539b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
version: "v0.1.15"
files: ./coverage/coverage.xml
files: /home/runner/work/python3-captchaai/python3-captchaai/src/coverage/coverage.xml
fail_ci_if_error: true
verbose: true

Expand All @@ -60,6 +60,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
version: "v0.1.15"
files: ./coverage/coverage.xml
files: /home/runner/work/python3-captchaai/python3-captchaai/src/coverage/coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 33539b4

Please sign in to comment.