Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jan 17, 2025
1 parent 17020ef commit b2347a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
"properties" : {
"coverage" : {
"type" : "boolean",
"description" : "Выполнять замер покрытия"
"description" : "Выполнять замер покрытия",
"default" : false
},
"dbgsPort" : {
"type" : "integer",
"description" : "Порт, на котором будет запущен сервер отладки для замера покрытия"
"description" : "Порт, на котором будет запущен сервер отладки для замера покрытия",
"default" : 1550
},
"vrunnerSteps" : {
"description" : "Шаги, запускаемые через vrunner.\n В каждой строке передается отдельная команда \n vrunner и ее аргументы (например, \"vanessa --settings ./tools/vrunner.json\").\n По умолчанию содержит одну команду \"vanessa --settings ./tools/vrunner.json\".\n ",
Expand Down

0 comments on commit b2347a3

Please sign in to comment.