Compare commits

...

1 Commits

Author SHA1 Message Date
d522c1ef44 bump up code coverage to lines: 70% 2021-12-22 14:58:39 -08:00

View File

@ -104,7 +104,7 @@ module.exports = (config) => {
reports: ['lcovonly', 'text-summary'], reports: ['lcovonly', 'text-summary'],
thresholds: { thresholds: {
global: { global: {
lines: 66 lines: 70
} }
} }
}, },