1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 23:50:06 +00:00

test: set coverage threshold

This commit is contained in:
Yury Shkoda
2023-08-17 13:29:57 +03:00
parent 8dd4ab8cec
commit 5b2d9e675f
2 changed files with 9 additions and 2 deletions

View File

@@ -41,7 +41,14 @@ module.exports = {
// ],
// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,
coverageThreshold: {
global: {
statements: 63.66,
branches: 44.74,
functions: 53.94,
lines: 64.12
}
},
// A path to a custom dependency extractor
// dependencyExtractor: undefined,