[TIP] condition coverage?

Dan Stromberg dstromberglists at gmail.com
Tue May 31 09:17:33 PDT 2016


I'm looking for a way of getting a condition coverage report for python
code.

We've been using coverage.py .

coverage.py appears to, at best, give branch coverage in its HTML report.
However, it's beginning to look like coverage.py can give condition
coverage (which is what we prefer). but only via its XML report.

Is that accurate?

If so, is there a way of transforming the XML report into HTML, without
resorting to jenkins+cobertura?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20160531/7b28cf9c/attachment.htm>


More information about the testing-in-python mailing list