Skip to content

Commit a2ac2f1

Browse files
committed
update coverage requirements
1 parent 6e4f1d3 commit a2ac2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ watch:
77
./node_modules/.bin/gulp watch
88

99
test-only:
10-
./node_modules/.bin/nyc --check-coverage --lines 77 --branches 67 --functions 77 ./node_modules/.bin/ava --verbose test/
10+
./node_modules/.bin/nyc --check-coverage --lines 86 --branches 75 --functions 86 ./node_modules/.bin/ava --verbose test/
1111
./node_modules/.bin/nyc report --reporter=lcov
1212

1313
lint:

0 commit comments

Comments
 (0)