updated Docker launch settings

This commit is contained in:
irongut
2021-11-24 00:24:33 +00:00
parent 3a41f0a5ea
commit 3d33fafb37
@@ -6,7 +6,7 @@
},
"Docker": {
"commandName": "Docker",
"commandLineArgs": "/src/coverage.cobertura.xml --format=md --badge=true"
"commandLineArgs": "--files /app/sample.coverage.xml --format=text --badge=true"
}
}
}