1
0
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:
Yury Shkoda
2023-09-04 18:55:59 +03:00
parent 38e11f1771
commit 451f2dfaca
3 changed files with 14 additions and 37 deletions

View File

@@ -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
}
},