Skip to content

Commit

Permalink
Only run Coveralls if COVERALLS_REPO_TOKEN is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 30, 2021
1 parent afe13fe commit c14e00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
pytest --cov deepcell_tracking --pep8
- name: Coveralls
if: ${{ github.token != '' }}
if: env.COVERALLS_REPO_TOKEN != null
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: python-${{ matrix.os }}-${{ matrix.python-version }}
Expand Down

0 comments on commit c14e00e

Please sign in to comment.