Skip to content

Commit

Permalink
tests: Workaround for recent coveralls-python breaking GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin authored and tbabej committed Jan 14, 2021
1 parent b5094a7 commit 72397a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github

coveralls-finished:
needs: tests
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
tty: true
environment:
COVERALLS_PARALLEL:
COVERALLS_SERVICE_NAME:
GITHUB_ACTIONS:
GITHUB_HEAD_REF:
GITHUB_REF:
Expand Down

0 comments on commit 72397a8

Please sign in to comment.