Skip to content
Snippets Groups Projects
Commit 0ed919d5 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

:green_heart: Low the branch coverage to 70%

parent d2575bd8
Branches
Tags
2 merge requests!116Release v1.0.0,!29Feature param query builder
Pipeline #
...@@ -81,7 +81,7 @@ gulp.task('test', ['pre-test'], () => { ...@@ -81,7 +81,7 @@ gulp.task('test', ['pre-test'], () => {
thresholds: { thresholds: {
global: { global: {
statements: 80, statements: 80,
branches: 75, branches: 70,
lines: 80, lines: 80,
functions: 80 functions: 80
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment