Skip to content

Commit

Permalink
chore(coverage-threshold): Increase branch coverage threshold to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
dalelotts committed Jan 31, 2016
2 parents 7a746d4 + bb1c33e commit 09c2df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function (config) {
// the configure thresholds
thresholdReporter: {
statements: 100,
branches: 98,
branches: 100,
functions: 100,
lines: 100
},
Expand Down

0 comments on commit 09c2df0

Please sign in to comment.