Skip to content

Commit

Permalink
update our coverage required for branches and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Oct 29, 2018
1 parent 33090b7 commit 452a022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tests/karma.conf.js
Expand Up @@ -121,8 +121,8 @@ if (bundle) {
emitWarning: false,
global: {
statements: 90,
branches: 84,
functions: 87,
branches: 86,
functions: 89,
lines: 90
}
}
Expand Down

0 comments on commit 452a022

Please sign in to comment.