Browse Source

ci: only run coveralls script if ENV var is set (for token)

As the token is typically not available for pull requests.
patch-4
SomberNight 3 years ago
parent
commit
b9295eda09
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .cirrus.yml

2
.cirrus.yml

@ -46,7 +46,7 @@ task:
tox_script:
- tox
coveralls_script:
- coveralls
- if [ ! -z "$COVERALLS_REPO_TOKEN" ] ; then coveralls ; fi
env:
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements-travis.txt
# following CI_* env vars are set up for coveralls

Loading…
Cancel
Save