Skip to content

Commit

Permalink
Switch to Coveralls Github action (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Nov 9, 2023
1 parent 52aeb78 commit 4fbd23c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
run: |
tox -e$TOX_ENV
.tox/$TOX_ENV/bin/coverage xml
.tox/$TOX_ENV/bin/coveralls
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -56,3 +60,12 @@ jobs:
image: redis
ports:
- 6379:6379
finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
1 change: 1 addition & 0 deletions changes/188.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to Coveralls Github action

0 comments on commit 4fbd23c

Please sign in to comment.