added docker support

This commit is contained in:
irongut
2021-04-15 23:12:01 +01:00
parent 53dbb7601c
commit 15a9b1699a
4 changed files with 58 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"profiles": {
"CodeCoverageSummary": {
"commandName": "Project"
},
"Docker": {
"commandName": "Docker",
"commandLineArgs": "/src/coverage.cobertura.xml --format=md --badge=true"
}
}
}