mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
test: updated unit tests threshold
This commit is contained in:
@@ -43,10 +43,10 @@ module.exports = {
|
|||||||
// An object that configures minimum threshold enforcement for coverage results
|
// An object that configures minimum threshold enforcement for coverage results
|
||||||
coverageThreshold: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
statements: 64.01,
|
statements: 64.03,
|
||||||
branches: 45.11,
|
branches: 45.11,
|
||||||
functions: 54.1,
|
functions: 54.18,
|
||||||
lines: 64.51
|
lines: 64.53
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user