We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using cmake...
https://github.com/JoakimSoderberg/coveralls-cmake
https://cmake.org/cmake/help/v3.2/module/CTestCoverageCollectGCOV.html
http://stackoverflow.com/questions/39374827/ctest-generate-and-submit-gcov-tar-to-cdash-after-make-target
llvm-cov support RWTH-HPC/CMake-codecov#5 (comment)
The standard gcc profiler options aren't recognized in my latest Xcode config... HINT:
Currently, when I compile with CMake-codecov and clang it is compiled like this:
/usr/bin/clang++ -O0 -g -fprofile-arcs -ftest-coverage ...
In contrast, to use the native mode one would compile like this:
/usr/bin/clang++ -O0 -g -fprofile-instr-generate -fcoverage-mapping ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using cmake...
https://github.com/JoakimSoderberg/coveralls-cmake
https://cmake.org/cmake/help/v3.2/module/CTestCoverageCollectGCOV.html
http://stackoverflow.com/questions/39374827/ctest-generate-and-submit-gcov-tar-to-cdash-after-make-target
llvm-cov support RWTH-HPC/CMake-codecov#5 (comment)
The standard gcc profiler options aren't recognized in my latest Xcode config...
HINT:
/usr/bin/clang++ -O0 -g -fprofile-arcs -ftest-coverage ...
/usr/bin/clang++ -O0 -g -fprofile-instr-generate -fcoverage-mapping ...
The text was updated successfully, but these errors were encountered: