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 33539b4 commit 462d29b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
version: "v0.1.15"
files: /home/runner/work/python3-captchaai/python3-captchaai/src/coverage/coverage.xml
fail_ci_if_error: true
verbose: true

codecov:
needs: test
runs-on: ubuntu-latest
steps:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
version: "v0.1.15"
files: /home/runner/work/python3-captchaai/python3-captchaai/src/coverage/coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 462d29b

Please sign in to comment.