Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc31608

Browse files
authored
[CI] Disable coverage (facebook#16380)
Looks like it's broken. Don't know if this will work to disable it while we figure out why?
1 parent 21d6395 commit dc31608

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,6 @@ jobs:
9494
- *run_yarn
9595
- run: yarn test-prod --maxWorkers=2
9696

97-
test_coverage:
98-
docker: *docker
99-
environment: *environment
100-
101-
steps:
102-
- checkout
103-
- *restore_yarn_cache
104-
- *run_yarn
105-
- run: ./scripts/circleci/test_coverage.sh
106-
10797
build:
10898
docker: *docker
10999
environment: *environment
@@ -257,6 +247,3 @@ workflows:
257247
- test_fuzz:
258248
requires:
259249
- setup
260-
- test_coverage:
261-
requires:
262-
- setup

0 commit comments

Comments
 (0)