more detailed code coverage reports (#664)

* add about to coverage

* add more components to coverage

* more truth for coverage reports

* even more fun

* switch off json formatting

* deploy war file after unit test run
This commit is contained in:
Denys Vuika
2018-09-24 14:35:14 +01:00
committed by GitHub
parent 912dab64f3
commit f580b96a78
45 changed files with 1320 additions and 5 deletions

View File

@@ -4,5 +4,8 @@
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
},
"[json]": {
"editor.formatOnSave": false
}
}