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

Coverage not reported: ?% #734

Closed
asottile opened this issue Mar 8, 2016 · 22 comments
Closed

Coverage not reported: ?% #734

asottile opened this issue Mar 8, 2016 · 22 comments

Comments

@asottile
Copy link

asottile commented Mar 8, 2016

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

@nmohoric
Copy link

nmohoric commented Mar 8, 2016

Same problem here. Very weird, never shows up with any actual data in there. :(

@asottile
Copy link
Author

asottile commented Mar 8, 2016

I ran a job with --verbose as well: https://travis-ci.org/Yelp/yelp_cheetah/jobs/114642665

seems on coveralls side?

@blampe
Copy link

blampe commented Mar 9, 2016

Also seeing this.

@Layoric
Copy link

Layoric commented Mar 9, 2016

Same here, multiple project builds all showing up with no data.

@cooperkong
Copy link

just got coveralls setup with CircleCI, getting unknown % now!

@dojoteef
Copy link

dojoteef commented Mar 9, 2016

+1
Mine is also at 100% but not updating :-(

https://travis-ci.org/dojoteef/lualol/jobs/114712451

Line 794: Uploaded Job #9.1 to https://coveralls.io/jobs/12637880

(btw, hey @asottile it's been a while; hope Yelp's still doing well!)

@Risto-Stevcev
Copy link

Same

@makots
Copy link

makots commented Mar 9, 2016

+1

@nadar
Copy link

nadar commented Mar 9, 2016

@rockuw
Copy link

rockuw commented Mar 9, 2016

@nickmerwin
Copy link
Member

Sorry all, we're running an emergency database migration to fix this issue.

Stay tuned here: https://status.coveralls.io

Thank you!

@ehuelsmann
Copy link

@nickmerwin will that resolve the issue with all builds reported as "new coverage" as well?

@Layoric
Copy link

Layoric commented Mar 10, 2016

Builds now showing data for me, thanks @nickmerwin !

@ehuelsmann
Copy link

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?

@kako-nawao
Copy link

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.

@Risto-Stevcev
Copy link

Same... still no data: https://coveralls.io/builds/5442485

@Risto-Stevcev
Copy link

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.

@Risto-Stevcev
Copy link

Seems to work now, I guess it was a server delay

@gerddie
Copy link

gerddie commented Apr 12, 2016

For me there is also a build that is not showing up:
https://coveralls.io/builds/5729655
Only when I go to the last build on the dashboard I can move to this one, and then the covered line numbers are reported, but no overall or percentage.

@gerddie
Copy link

gerddie commented Apr 18, 2016

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.

@otraore
Copy link

otraore commented May 17, 2016

pothitos added a commit to pothitos/naxos that referenced this issue Oct 19, 2016
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.
@asottile
Copy link
Author

asottile commented Jul 9, 2017

My two projects listed here are now showing coverage, closing.

@asottile asottile closed this as completed Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests