mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-06-09 22:40:46 +00:00
12 lines
402 B
JSON
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"
|
|
}
|
|
}
|
|
} |