Skip to content

Commit 7ba3dec

Browse files
author
Joe Goggins
committed
Increase minimum code coverage from 50 to 91% of lines
1 parent 1a73735 commit 7ba3dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:unit:silent": "npm run test:unit > tmp/test-unit-log.txt 2>&1",
1414
"test:browser": "karma start --single-run",
1515
"test:watch": "npm run test:unit -- --watch",
16-
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 50 npm run test:unit:silent",
16+
"coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 91 npm run test:unit:silent",
1717
"lint": "eslint . --ext .js --format unix --ignore-path .gitignore --ignore-pattern \"dist/*\"",
1818
"lint:fix": "npm run lint -- --fix",
1919
"docs": "documentation build src/Particle.js --shallow -g -f md -o docs/api.md",

0 commit comments

Comments
 (0)