From e06e8304d328a3435dc9fe73ab2d761befb42957 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Thu, 18 Jul 2019 14:26:47 -0400 Subject: [PATCH] Remove clear flag --- platform/core/package.json | 2 +- platform/ui/package.json | 2 +- platform/viewer/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/core/package.json b/platform/core/package.json index b6078f0fb..ae4257210 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -16,7 +16,7 @@ }, "scripts": { "test:unit": "jest --watch", - "test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=core", + "test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --flags=core", "build": "rollup -c", "lerna:build": "webpack --config config/webpack.prod.js -w -d", "dev": "jest --watch", diff --git a/platform/ui/package.json b/platform/ui/package.json index f69323ade..d252a0183 100644 --- a/platform/ui/package.json +++ b/platform/ui/package.json @@ -16,7 +16,7 @@ ], "scripts": { "test:unit": "jest --watch", - "test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests && codecov --clear --flags=ui", + "test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests && codecov --flags=ui", "dev": "docz dev", "lerna:build": "webpack --config config/webpack.prod.js -w -d", "build": "rollup -c", diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 48fe73f83..1c065f75b 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -15,7 +15,7 @@ "scripts": { "lerna:start": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.dev.js --mode development -w -d", "test:unit": "jest --watch", - "test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=viewer", + "test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --flags=viewer", "dev": "yarn run preBuild && react-scripts start", "dev:debug": "react-scripts start", "build:package": "yarn run preBuild && node --max-old-space-size=4096 node_modules/rollup/bin/rollup -c",