Merge pull request #1062 from AndreMiras/feature/coveralls_on_push_to_master
Coveralls TOKEN is only available on branch master
This commit is contained in:
commit
7daf3d028c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test_python.yml
vendored
1
.github/workflows/test_python.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue