Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit f2b5bb2

Browse files
committed
build(test): bring down test coverage requirements
1 parent c6227e7 commit f2b5bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Helix Data Embed",
66
"main": "src/index.js",
77
"scripts": {
8-
"test": " nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 100 --lines 100 mocha -i -g 'Post-Deploy'",
9-
"test-ci": "nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 100 --lines 100 mocha -i -g 'Post-Deploy' --reporter xunit --reporter-options output=./junit/test-results.xml && codecov",
8+
"test": " nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 95 --lines 100 mocha -i -g 'Post-Deploy'",
9+
"test-ci": "nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 95 --lines 100 mocha -i -g 'Post-Deploy' --reporter xunit --reporter-options output=./junit/test-results.xml && codecov",
1010
"test-postdeploy": "mocha --reporter xunit --reporter-options output=./junit/test-results.xml -g 'Post-Deploy'",
1111
"lint": "./node_modules/.bin/eslint .",
1212
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)