Files
code-coverage-summary/src/CodeCoverageSummary/Properties/launchSettings.json
T
2021-11-14 23:51:30 +00:00

12 lines
402 B
JSON

{
"profiles": {
"CodeCoverageSummary": {
"commandName": "Project",
"commandLineArgs": "--files ../../../../coverage.cobertura.xml,../../../../coverage.cobertura.xml --format=text --badge true --thresholds=\"85 90\" --fail true"
},
"Docker": {
"commandName": "Docker",
"commandLineArgs": "/src/coverage.cobertura.xml --format=md --badge=true"
}
}
}