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
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|