support multiple cobertura files in CLI #19

This commit is contained in:
irongut
2021-11-14 23:51:30 +00:00
parent 9caa66feee
commit 1c2edd9230
4 changed files with 31 additions and 24 deletions
@@ -2,7 +2,7 @@
"profiles": {
"CodeCoverageSummary": {
"commandName": "Project",
"commandLineArgs": "../../../../coverage.cobertura.xml --format=md --badge true --thresholds=\"85 90\" --fail true"
"commandLineArgs": "--files ../../../../coverage.cobertura.xml,../../../../coverage.cobertura.xml --format=text --badge true --thresholds=\"85 90\" --fail true"
},
"Docker": {
"commandName": "Docker",