-
Notifications
You must be signed in to change notification settings - Fork 262
Coveralls config doesn't allow viewing source code coverage changes #331
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
Comments
I've had this problem on other repos. Tried a lot of things (symlinks, etc.) and the only solution was to ensure In the meantime you can get coverage locally. Not as convenient, but looking at the files that have been touched can work okay. |
It looks like there are some other workarounds I didn't try (lemurheavy/coveralls-public#471), but I'm not sure it would work. |
@Eric89GXL The link you found is one of the ones I found as well.. but couldn't figure out how to change the settings, even for repos that I own. Note that this is essentially the same as nipy/nipy#311 In the meantime, how would I go about getting coverage locally? |
If you want it nicely annotated, I think you can do You can also look at the report generated by the Travis bots, but that's a lot slower than running it on your own. |
So, I submitted a PR and am getting a failure check because coveralls reports decreased code coverage. I want to fix this:

So I click on the source file to see the coverage changes. But, the repo root directory is not set properly, so I see:

Not sure how to fix this. Spent about 20 mins trying to find an answer, but only found other people with the same question. Perhaps someone else has solved this before?
The text was updated successfully, but these errors were encountered: