Closed js850 closed 9 years ago
It will be cool to have the cpp tests included in the coverage!
did you see the email that I forwarded to you about this a couple of days ago?
On Mon, Dec 1, 2014 at 7:55 PM, Julian Schrenk notifications@github.com wrote:
It will be cool to have the cpp tests included in the coverage!
— Reply to this email directly or view it on GitHub https://github.com/pele-python/pele/pull/103#issuecomment-65124380.
I got it to report both cpp and python coverage results to coveralls using coverage-merge https://github.com/wiredfool/coveralls-merge
You can see the coverage by compiling the tests with CMAKE_BUILD_TYPE set to Coverage. You can do this in ccmake, or with the command
You then compile the target
which compiles the tests, runs them, and outputs the coverage information in html format to a folder coverage/
The next step is to combine this with the python coverage and report both to coveralls.io