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