Skip to content

Commit 09c2df0

Browse files
committed
chore(coverage-threshold): Increase branch coverage threshold to 100%
2 parents 7a746d4 + bb1c33e commit 09c2df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function (config) {
5656
// the configure thresholds
5757
thresholdReporter: {
5858
statements: 100,
59-
branches: 98,
59+
branches: 100,
6060
functions: 100,
6161
lines: 100
6262
},

0 commit comments

Comments
 (0)