[CDash] CDash upgrade [1.8.2 => 2.3.0] corrupts Coverage View

Zack Galbreath zack.galbreath at kitware.com
Thu Sep 8 15:38:59 UTC 2016


On Thu, Sep 8, 2016 at 11:05 AM, Timo Reichl <timo.reichl at web.de> wrote:

> Project is there, the coverage percentage aswell, but after clicking on a
> specific file, there is nothing (1 empty line of code)
>

Line-by-line coverage is stored in the coveragefilelog table.  Could you
try executing a query like this?

SELECT log from coveragefilelog WHERE buildid=<buildid>;

Whether or not anything comes back will let us know if this is a data
ingestion problem or a data display problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20160908/a91f2afc/attachment-0001.htm>


More information about the CDash mailing list