Skip to content

Commit

Permalink
Workaround coveralls 422 errors
Browse files Browse the repository at this point in the history
Upstream issue described here:

TheKevJames/coveralls-python#252

Sicne that bug is still in progress it is likely this will need to be
revisited in the future.
  • Loading branch information
ali1234 committed Jan 13, 2021
1 parent b19f68f commit 5fed6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: src
run: |
python -m pip install coveralls
coveralls
python -m pip install --upgrade coveralls
coveralls --service=github
if: ${{ matrix.python == '3.8' }}

0 comments on commit 5fed6b3

Please sign in to comment.