mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
...
This commit is contained in:
committed by
Ethan Buchman
parent
bc2aa79f9a
commit
fe694e1fe1
@ -25,8 +25,8 @@ dependencies:
|
||||
test:
|
||||
override:
|
||||
- cd "$PROJECT_PATH" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log:
|
||||
- cd "$PROJECT_PATH" && make metalinter_test
|
||||
timeout: 1800
|
||||
- cd "$PROJECT_PATH" && make metalinter_test
|
||||
post:
|
||||
- cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}"
|
||||
- cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
||||
|
Reference in New Issue
Block a user