Skip to content

Commit

Permalink
Switch to Coveralls Github action (#57)
Browse files Browse the repository at this point in the history
* Switch to Coveralls Github action

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
protoroto and pre-commit-ci[bot] authored Nov 9, 2023
1 parent cbe070b commit d10e6de
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 @@ -43,7 +43,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@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -55,3 +59,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/56.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to Coveralls Github action

0 comments on commit d10e6de

Please sign in to comment.