disable coverage ci job

This commit is contained in:
Lawrence Forman 2020-10-21 03:08:33 -04:00
parent 135ae392d5
commit 668aeb77f7

View File

@ -117,6 +117,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contract-wrappers-test - run: yarn wsrun test:circleci @0x/contract-wrappers-test
- run: yarn wsrun test:circleci @0x/migrations - run: yarn wsrun test:circleci @0x/migrations
- run: yarn wsrun test:circleci @0x/order-utils - run: yarn wsrun test:circleci @0x/order-utils
- run: yarn wsrun test:circleci @0x/asset-swapper
- save_cache: - save_cache:
key: coverage-contract-wrappers-test-{{ .Environment.CIRCLE_SHA1 }} key: coverage-contract-wrappers-test-{{ .Environment.CIRCLE_SHA1 }}
paths: paths:
@ -193,13 +194,14 @@ workflows:
- test-doc-generation: - test-doc-generation:
requires: requires:
- build - build
- submit-coverage: # Disabled until this repo has a coveralls API key
requires: # - submit-coverage:
# Disabled until we begin actively developing on these packages again. # requires:
# - test-exchange-ganache # # Disabled until we begin actively developing on these packages again.
# - test-integrations-ganache # # - test-exchange-ganache
# - test-contracts-staking-ganache # # - test-integrations-ganache
# - test-contracts-extra-ganache # # - test-contracts-staking-ganache
- test-contracts-rest-ganache # # - test-contracts-extra-ganache
- test-rest # - test-contracts-rest-ganache
- static-tests # - test-rest
# - static-tests