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

Allow passing a custom demangler #39

Open fperrin opened 2 years ago

fperrin commented 2 years ago

Beyond C++, other language compilers may also mangle names, and need to use a custom demangler. This is done with a new --demangler option, defaulting to c++filt when --demangle is given. This is compatible with the current CLI, but the API changed a little bit (LcovCobertura takes a string for demangler instead of a boolean for demangle).