Skip to content

Commit

Permalink
Add missing coverage upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 27, 2024
1 parent 0c5e352 commit 9c21f0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ jobs:
run: |
tox -c tox.ini
- name: Upload Coverage
continue-on-error: true
run: |
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true

coveralls:
needs: test
name: Finish Coveralls
Expand Down

0 comments on commit 9c21f0b

Please sign in to comment.