1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

add coverage

This commit is contained in:
Dima
2023-06-03 08:24:19 +03:00
parent 7248c85531
commit 3d63e5706d
17 changed files with 207 additions and 2 deletions

View File

@@ -50,7 +50,8 @@
"bdd": {
"vrunnerSteps": [
"vanessa --settings ./tools/vrunner.json"
]
],
"coverage": false
},
"sonarqube": {
"sonarQubeInstallation": "",
@@ -83,7 +84,12 @@
"vrunnerSettings": "./tools/vrunner.json",
"xddConfigPath": "./tools/xUnitParams.json",
"publishToAllureReport": false,
"publishToJUnitReport": true
"publishToJUnitReport": true,
"coverage": false
},
"coverage": {
"dbgsPath": "/opt/1cv8/current/dbgs",
"coverage41CPath": "Coverage41C"
},
"yaxunit": {
"vrunnerSettings": "./tools/vrunner.json",