Skip to content

Commit

Permalink
[CI] Disable coverage (#16380)
Browse files Browse the repository at this point in the history
Looks like it's broken. Don't know if this will work to disable it while we figure out why?
  • Loading branch information
gaearon committed Aug 13, 2019
1 parent 21d6395 commit dc31608
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ jobs:
- *run_yarn
- run: yarn test-prod --maxWorkers=2

test_coverage:
docker: *docker
environment: *environment

steps:
- checkout
- *restore_yarn_cache
- *run_yarn
- run: ./scripts/circleci/test_coverage.sh

build:
docker: *docker
environment: *environment
Expand Down Expand Up @@ -257,6 +247,3 @@ workflows:
- test_fuzz:
requires:
- setup
- test_coverage:
requires:
- setup

0 comments on commit dc31608

Please sign in to comment.