Skip to content

Commit

Permalink
Set code coverage threshold to 96
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jun 11, 2018
1 parent 7538657 commit 3bdb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
exclude: [],
thresholds: {
global: {
statements: 100
statements: 96
}
}
}
Expand Down

0 comments on commit 3bdb4ee

Please sign in to comment.