idea: existent code coverage tools generate coverage report > we parse data and send/displayed this data on testomat ui, e.g. total coverage: 69%
also if tools generates html, we attach it and show on testomat too
problems:
- now we can attach only to test, not the whole run
- html probably will include css (and other files), how to display it?
idea: existent code coverage tools generate coverage report > we parse data and send/displayed this data on testomat ui, e.g.
total coverage: 69%also if tools generates html, we attach it and show on testomat too
problems: