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 a2ac2f1 commit 6d50320Copy full SHA for 6d50320
Makefile
@@ -7,7 +7,7 @@ watch:
7
./node_modules/.bin/gulp watch
8
9
test-only:
10
- ./node_modules/.bin/nyc --check-coverage --lines 86 --branches 75 --functions 86 ./node_modules/.bin/ava --verbose test/
+ ./node_modules/.bin/nyc --check-coverage --lines 85 --branches 74 --functions 85 ./node_modules/.bin/ava --verbose test/
11
./node_modules/.bin/nyc report --reporter=lcov
12
13
lint:
0 commit comments