cobertura-clover-transform icon indicating copy to clipboard operation
cobertura-clover-transform copied to clipboard

Tools for transforming Cobertura test coverage XML into Clover-style XML

Results 4 cobertura-clover-transform issues
Sort by recently updated
recently updated
newest added

lxml 4.6.3 isn't compatible anymore.

> $ python -V Python 3.5.2+ > $ cobertura-clover-transform cobertura.xml b'\n' So the problem is that on Python3 the xml document (which is a bytes) object is passed to print...

I've installed it and now I get this error: `$ cobertura-clover-transform /Users/htribus/bamboo-agent-home/xml-data/build-dir/STIOS-CON-JOB1/target/reports/coverage/cobertura.xml Traceback (most recent call last): File "/usr/local/bin/cobertura-clover-transform", line 9, in load_entry_point('cobertura-clover-transform==1.1.4.post1', 'console_scripts', 'cobertura-clover-transform')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in...