From 69c1df68c8f77e50e191c386d14c3fb55478d665 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 24 May 2018 09:57:13 -0700 Subject: Disable contracts coverage on CI --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 58740062a..3cdb906e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,10 +66,6 @@ jobs: command: npm run testrpc -- --db testrpc_snapshot background: true - run: yarn wsrun test:circleci contracts - - save_cache: - key: coverage-contracts-{{ .Environment.CIRCLE_SHA1 }} - paths: - - ~/repo/packages/contracts/coverage/lcov.info test-sol-compiler: docker: - image: circleci/node:6.12 @@ -154,9 +150,6 @@ jobs: - restore_cache: keys: - repo-{{ .Environment.CIRCLE_SHA1 }} - - restore_cache: - keys: - - coverage-contracts-{{ .Environment.CIRCLE_SHA1 }} - restore_cache: keys: - coverage-assert-{{ .Environment.CIRCLE_SHA1 }} @@ -216,4 +209,3 @@ workflows: - test-0xjs - test-sol-compiler - test-rest - - test-contracts -- cgit v1.2.3