Skip to content

Commit

Permalink
Fix coveralls failure on pull request in GA (nephila#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored May 17, 2020
1 parent ebdefe2 commit 1654dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
env:
TOX_ENV: ${{ format('py{0}-django{1}-cms{2}', matrix.python-version, matrix.django, matrix.cms) }}
COMMAND: coverage run
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
tox -e$TOX_ENV
.tox/$TOX_ENV/bin/coverage xml
Expand Down
1 change: 1 addition & 0 deletions changes/577.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix coveralls failure on pull request in GA

0 comments on commit 1654dc9

Please sign in to comment.