Skip to content

Commit

Permalink
Merge pull request #1062 from AndreMiras/feature/coveralls_on_push_to…
Browse files Browse the repository at this point in the history
…_master

Coveralls TOKEN is only available on branch master
  • Loading branch information
AndreMiras authored Apr 10, 2020
2 parents 21d4157 + 090cb5b commit 7daf3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
docker run buildozer --version
- name: coveralls
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 7daf3d0

Please sign in to comment.