mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #1572 from freqtrade/fix/coverage
Move coveralls to after_success
This commit is contained in:
commit
ab62bbc0a4
|
@ -27,7 +27,6 @@ jobs:
|
|||
- stage: tests
|
||||
script:
|
||||
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
- coveralls
|
||||
name: pytest
|
||||
- script:
|
||||
- cp config.json.example config.json
|
||||
|
@ -48,6 +47,8 @@ jobs:
|
|||
- build_helpers/publish_docker.sh
|
||||
name: "Build and test and push docker image"
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
|
Loading…
Reference in New Issue
Block a user