Merge pull request #1572 from freqtrade/fix/coverage

Move coveralls to after_success
This commit is contained in:
Misagh
2019-02-20 09:06:04 +01:00
committed by GitHub

View File

@@ -27,7 +27,6 @@ jobs:
- stage: tests - stage: tests
script: script:
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ - pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
- coveralls
name: pytest name: pytest
- script: - script:
- cp config.json.example config.json - cp config.json.example config.json
@@ -48,6 +47,8 @@ jobs:
- build_helpers/publish_docker.sh - build_helpers/publish_docker.sh
name: "Build and test and push docker image" name: "Build and test and push docker image"
after_success:
- coveralls
notifications: notifications:
slack: slack: