mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 21:51:22 +00:00
disable metalinter on CI
This commit is contained in:
parent
b7a75ce8c3
commit
b39e768a1a
@ -16,7 +16,7 @@ checkout:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- cd $REPO && make get_vendor_deps && make metalinter_test && make test_integrations
|
- cd $REPO && make get_vendor_deps && make test_integrations
|
||||||
post:
|
post:
|
||||||
- cd "$REPO" && bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
- cd "$REPO" && bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
||||||
- cd "$REPO" && mv coverage.txt "${CIRCLE_ARTIFACTS}"
|
- cd "$REPO" && mv coverage.txt "${CIRCLE_ARTIFACTS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user