chore(ci): remove coverage collection in fixtures (#6739)

This commit is contained in:
Xin Du (Clark) 2019-11-29 10:58:44 +00:00 committed by Pooya Parsa
parent a89816fa72
commit 04e4e0f391

View File

@ -110,9 +110,7 @@ jobs:
- attach-project
- run:
name: Build Fixtures
command: yarn test:fixtures -i --coverage && yarn coverage -F fixtures
environment:
JEST_JUNIT_OUTPUT_NAME: fixtures.xml
command: yarn test:fixtures -i
- store-test-results
- persist_to_workspace:
root: ~/project