Skip to content

Commit 27b940e

Browse files
committed
Change test coverage thresholds
1 parent 241fba4 commit 27b940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gulp.task('test', ['pre-test'], () => {
2323
thresholds: {
2424
global: {
2525
statements: 90,
26-
branches: 60,
26+
branches: 70,
2727
functions: 90,
2828
lines: 90
2929
}

0 commit comments

Comments
 (0)