mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
fix(execute-script): fixed executing jobs on viya using compute api
This commit is contained in:
@@ -43,10 +43,10 @@ module.exports = {
|
||||
// An object that configures minimum threshold enforcement for coverage results
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 63.66,
|
||||
branches: 44.74,
|
||||
statements: 63.61,
|
||||
branches: 44.72,
|
||||
functions: 53.94,
|
||||
lines: 64.12
|
||||
lines: 64.07
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user