-
Notifications
You must be signed in to change notification settings - Fork 7
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
PRs: "First build on master" #610
Comments
We're having exactly the same problem, no increase/decrease is reported as coveralls weirdly seem to believe this is the first build on master. Can we get some help here? We're trying to keep coverage high by having a fail condition on coverage decrease, and those "first builds" break the feature. |
Same here, on the 1246th build, making it difficult to enforce coverage. |
Still not fixed, the same happens here: This is our 109th build but the email says |
I'm seeing a similar issue as well. Basically travis-ci "push" builds don't show difference in coverage, but "PR" builds do. Is there any update is this a bad configuration that we can fix on our projects end? Project: https://github.com/codingsince1985/geo-golang/
https://coveralls.io/github/codingsince1985/geo-golang?branch=master
|
Hey all, we've deployed a fix for this issue. Could everyone check and confirm? I'll re-open if not. Thank you! |
I can confirm that the fix worked fine for my last two pushes. Thank you! |
Hi! We are experiencing the same issue again. python-pillow/Pillow#2060 |
We are experiencing the same issue right now. |
We are experiencing this issue with one of our private repositories. |
@nickmerwin Please can you re-open this? |
@nickmerwin Happening again |
Im having the same issue as @Flamefire |
I've noticed pull requests are no longer reporting coverage against the upstream master.
For example, this PR says:
This isn't much use. The check used to say how much the coverage had increased or decreased based on the upstream fork.
Is there some new setting or something missing from our repo/Coveralls configuration?
The text was updated successfully, but these errors were encountered: