-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Ubuntu 12.10
Python 2.7
Jenkins 1.527
Cobertura Plugin 1.9.2
I'm trying to obtain code coverage using python. I obtain this through Ned Batchelder's coverage.py, converting it to xml so that it can be displayed with the Cobertura plugin on Jenkins.
It is my understanding that the only relevant metric is Lines, which is fine, however I'd like to remove Packages, Files, Classes, and Conditionals from the graph and I can't seem to do this. (Coverage.jpg)
Only Lines is present under Publish Cobertura Coverage Report's advanced options (config.jpg)
Is this possible? Am I just missing something?