fvutils / pyucis

Python API to Unified Coverage Interoperability Standard (UCIS) Data
https://fvutils.github.io/pyucis
Apache License 2.0
21 stars 12 forks source link

XmlReader always runs TextCoverageReportFormatter and dumps it to stdout #13

Closed eyck closed 2 years ago

eyck commented 2 years ago

Whenever an XML file is read a coverage report is generated. Is this on purpose? Or can this be removed? Esp. in regression setups this is unfortuante as it clobbers the output when running own scripts.

mballance commented 2 years ago

Ah, looks like an oversight. This can definitely be removed.

mballance commented 2 years ago

This is resolved in the latest release (0.0.8)