Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed May 6, 2021
1 parent 24dfaf0 commit 23d0d6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
env:
TOXENV: ${{ matrix.toxenv }}
run: tox

- name: Coverage
run: pip install coveralls && coveralls

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

0 comments on commit 23d0d6f

Please sign in to comment.