Skip to content

Commit 6d50320

Browse files
committed
fix minimum coverage stats
1 parent a2ac2f1 commit 6d50320

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 86 --branches 75 --functions 86 ./node_modules/.bin/ava --verbose test/
10+
./node_modules/.bin/nyc --check-coverage --lines 85 --branches 74 --functions 85 ./node_modules/.bin/ava --verbose test/
1111
./node_modules/.bin/nyc report --reporter=lcov
1212

1313
lint:

0 commit comments

Comments
 (0)