coveralls-cmake
coveralls-cmake copied to clipboard
Coveralls JSON coverage generator and uploader for CMake
Could you help here: https://github.com/opencollab/arpack-ng/pull/194 ? No way to get coverage to work (lots of files filtered => biased coverage).
It seems to me that `.gcov` generated by gcov-8 can not be parsed correctly. It emits some error messages such as ``` CMake Warning at cmake/coveralls/cmake/CoverallsGenerateGcov.cmake:412 (message): Failed to properly...
Solves issue where coverage results overwrote each other. Fixes #17 Essentially, instead of calling gcov for each gcda file, just call it for all of them.
In case of cucumber-cpp project sometimes ${GCOV_SRC_PATH} is not an absolute path, for example: ^/include/cucumber-cpp/internal/drivers/GTestDriver.hpp gmock/src/gmock/googletest/include/gtest/gtest.h This fix is sufficient for cucumber-cpp, but I'm not sure if it covers all...
It just gives me 100% coverage for files that are not covered at all by any tests https://coveralls.io/jobs/23560633
I have a test suite of multiple test binaries. The cmake files work so far, but they only seem to determine the coverage of one (first or last) test binary....