lcov-to-cobertura-xml
lcov-to-cobertura-xml copied to clipboard
Converts lcov output to Cobertura-compatible XML for CI
Under certain circumstances, gcc seems to emit multiple symbols for ctors and dtors. This seems to be in adherence with the specification of the Itanium C++ ABI. A pretty good...
The package distutils is deprecated and slated for removal in Python 3.12. We are using the function find_executable that belongs to that package. We should instead be using which from...
It says in the Py file itself that the license is in the accompanied LICENSE.md file. However, I can only find a LICENSE file (without md), so this is hard...
MiniDom giving memory error. Can this script lcov-to-cobertura-xml be written using xml.etree instead of minidom?
There are some changes in the lcov version ``` FN:,(,)? ``` old version ``` FN:, ``` This should fix the issue and don't break user
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Is there any upcoming release planned? I found myself needing to run `lcov_cobertura` on Ubuntu 24.04, which comes with Python 3.12, and I found it doesn't work. This issue was...