We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c7ec6 commit f3f15bbCopy full SHA for f3f15bb
Makefile
@@ -7,7 +7,7 @@ watch:
7
./node_modules/.bin/gulp watch
8
9
test-only:
10
- ./node_modules/.bin/nyc --check-coverage --lines 85 --branches 74 --functions 85 ./node_modules/.bin/ava --verbose --concurrency 1 test/
+ ./node_modules/.bin/nyc --check-coverage --lines 75 --branches 70 --functions 70 ./node_modules/.bin/ava --verbose --concurrency 1 test/
11
./node_modules/.bin/nyc report --reporter=lcov
12
13
test-install-only:
0 commit comments