<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 8, 2016 at 11:05 AM, Timo Reichl <span dir="ltr"><<a href="mailto:timo.reichl@web.de" target="_blank">timo.reichl@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><div style="font-family:Verdana;font-size:12px">Project is there, the coverage percentage aswell, but after clicking on a specific file, there is nothing (1 empty line of code)<br></div></div></div></blockquote><div><br></div><div>Line-by-line coverage is stored in the coveragefilelog table.  Could you try executing a query like this?</div><div><br></div><div>SELECT log from coveragefilelog WHERE buildid=<buildid>;</div><div><br></div><div>Whether or not anything comes back will let us know if this is a data ingestion problem or a data display problem.</div></div></div></div>