Skip to content

Commit

Permalink
build: re-enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jun 2, 2023
1 parent 67df25a commit 67039f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -35,7 +35,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true
if: ${{ false }} # disable coveralls until this is resolved: https://github.com/TheKevJames/coveralls-python/issues/252

coveralls:
name: Finish Coveralls
Expand All @@ -50,4 +49,3 @@ jobs:
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ false }} # disable coveralls until this is resolved: https://github.com/TheKevJames/coveralls-python/issues/252

0 comments on commit 67039f4

Please sign in to comment.