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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user