Skip to content
New issue

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

automated test coverage report #169

Open
headupinclouds opened this issue Nov 12, 2016 · 0 comments
Open

automated test coverage report #169

headupinclouds opened this issue Nov 12, 2016 · 0 comments
Labels

Comments

@headupinclouds
Copy link
Collaborator

headupinclouds commented Nov 12, 2016

Using cmake...

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 ...

@headupinclouds headupinclouds changed the title https://github.com/JoakimSoderberg/coveralls-cmake automated test coverage report Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant