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 fb96157 commit 74566d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: python3_captchaai/src/coverage/coverage.xml
version: "v0.1.15"
files: ./coverage/coverage.xml
fail_ci_if_error: true
verbose: true

Expand All @@ -58,6 +59,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: python3_captchaai/src/coverage/coverage.xml
version: "v0.1.15"
files: ./coverage/coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 74566d5

Please sign in to comment.