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 44 forks source link

Increase code coverage #5

Closed iMichka closed 8 years ago

iMichka commented 10 years ago

We got around 80% of code coverage, which is not bad at all. Some effort should be put into increasing this.

See: https://coveralls.io/r/gccxml/pygccxml

iMichka commented 8 years ago

Let's close this ticket, no reason to keep this around. I know that the code coverage needs to be improved. The goal is not to reach 100%.

BTW adding a castxml travis build improved the code coverage by 2% :)