Closed peetkes closed 1 year ago
Will split this one up into two different issues. One for adjusting standrd junit test report reflecting the number of failed and succeeded tests per testcase and one for adding code coverage
Closing this, as I don't want to do anything further for now with the code coverage data until it can be made more useful and less misleading. And #176 is now tracking the request for counts of successful assertions.
The output of the unittest endpoint now only contains the failures for the testcases. It would be convenient to contain also the nr of succeeded and failed tests per testcase. Also when calculatecoverage is enabled it would be nice to have that included as well.
Proposal would be:
We could filter out all modules that have wanted=0, covered=0 and missing=0
As an alternative we could also add in the linenmbers for covered, wanted and missing and promote those attributes to an element with attribute count. See below