Compare commits

...

2 Commits

Author SHA1 Message Date
1ac9b4981d Merge branch 'master' into code-coverage-63 2020-07-21 10:56:21 -07:00
f910ce6c59 Ratchet code coverage threshold up to 63% 2020-07-16 10:43:43 -07:00

View File

@ -82,7 +82,7 @@ module.exports = (config) => {
reports: ['html', 'lcovonly', 'text-summary'],
thresholds: {
global: {
lines: 62
lines: 63
}
}
},