-
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
Coverage not reported: ?% #734
Comments
Same problem here. Very weird, never shows up with any actual data in there. :( |
I ran a job with --verbose as well: https://travis-ci.org/Yelp/yelp_cheetah/jobs/114642665 seems on coveralls side? |
Also seeing this. |
Same here, multiple project builds all showing up with no data. |
just got coveralls setup with CircleCI, getting unknown % now! |
+1 https://travis-ci.org/dojoteef/lualol/jobs/114712451
(btw, hey @asottile it's been a while; hope Yelp's still doing well!) |
Same |
+1 |
same here, shows "no data". https://travis-ci.org/luyadev/luya/jobs/114728169 |
Sorry all, we're running an emergency database migration to fix this issue. Stay tuned here: https://status.coveralls.io Thank you! |
@nickmerwin will that resolve the issue with all builds reported as "new coverage" as well? |
Builds now showing data for me, thanks @nickmerwin ! |
The database update didn't fix our issue #732 -- which not only our project is experiencing. Was the fix intended to solve that issue too? |
Still "no data" here. Well, that's inaccurate: the files do show the lines covered properly, but there's no percentage per file, nor overall. |
Same... still no data: https://coveralls.io/builds/5442485 |
On another note, it would be nice if coveralls provided a way to view the actual coverage file it received so that we won't attempt to debug it on our end if it was properly submitted. |
Seems to work now, I guess it was a server delay |
For me there is also a build that is not showing up: |
Today I submitted a new build that actually provided a proper coverage report, and the change that triggered proper processing was that I set the optimization flag on this C++ project to -O0 instead of -O1, so I assume that either gcov or coverallls doesn't know how to deal with optimization properly. |
Same issue: https://coveralls.io/github/EngoEngine/engo |
Stop trying to debug Coveralls report regarding the 'apps/ITC' folder. The bug is on their side: "The files show the lines covered properly, but there's no percentage per file." See lemurheavy/coveralls-public#734 and lemurheavy/coveralls-public#281. This reverts commit df422f8.
My two projects listed here are now showing coverage, closing. |
https://coveralls.io/jobs/12626756
https://travis-ci.org/Yelp/yelp_cheetah/jobs/114631795
It's definitely at 100% but not displaying :(
Also
https://travis-ci.org/asottile/setuptools-golang/jobs/114167075
https://coveralls.io/jobs/12565817
The text was updated successfully, but these errors were encountered: