CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
131 stars 45 forks source link

Switch to xml for coverage reports #133

Closed tao558 closed 3 years ago

tao558 commented 3 years ago

This branch provides a fix for the codecov failures. The previously generated .coverage file generated by running the coverage tool was in an invalid format for Github's codecov. This branch switches the format over to xml, which can be processed by codecov

tao558 commented 3 years ago

Nice. I struggled with codecov and gave up. Thanks for fixing this.

My pleasure. It looks like the coverage reports are working now, but we still get the message "Waiting for CI to complete". This didn't happen on my fork, oddly enough. Should we merge this in and monitor what the reports look like in develop?

iMichka commented 3 years ago

Yes, please merge this and let's see what happens.