eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Minidom giving memory error #49

Open Abhimanyu-Raj opened 1 year ago

Abhimanyu-Raj commented 1 year ago

MiniDom giving memory error. Can this script lcov-to-cobertura-xml be written using xml.etree instead of minidom?