We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f4cbb commit 860a0e9Copy full SHA for 860a0e9
1 file changed
gulpfile.babel.js
@@ -23,7 +23,7 @@ gulp.task('test', ['pre-test'], () => {
23
thresholds: {
24
global: {
25
statements: 90,
26
- branches: 80,
+ branches: 70,
27
functions: 90,
28
lines: 90
29
}
0 commit comments