Skip to content

Commit

Permalink
Revert "tox.yml: put codecov to coverage_finish"
Browse files Browse the repository at this point in the history
This reverts commit b56d0af.
  • Loading branch information
ickc committed Dec 11, 2020
1 parent 4046237 commit 99f3a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true

coverage_finish:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 99f3a4a

Please sign in to comment.