-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Coveralls shows no coverage data #953
Comments
Weird, I remember battling against coveralls in #700 and making it work. Could you try to set I think it's because in my PR, |
But the tests are compiled using the header from the |
And I think it is more handy to have the coverage for the single header file, because this is the main artifact of the repository. |
But having it on the Is there a Travis job that runs |
Yes, there is a job calling |
Coverage data are now shown for the single-header version. I am fine with this and would close this issue. For coverage of the multi-header version, there is the To extend Travis/Coveralls to use the multi-header version, we need way to call cmake with |
Since the split into the new subdirectories, Coveralls displays no coverage data, see https://coveralls.io/github/nlohmann/json. I tried to fix the
.travis.yml
file, but probably overlooked something.The text was updated successfully, but these errors were encountered: