OpenClover HTML Report is not displaying anything

Mark Cariddi August 25, 2017

I have a jenkins groovy job that uses bullshtml to generate the information needed to be displayed with the clover plugin.    The code runs and I can see the coverage day with the OpenClover summary report, but when I go to display the data with the OpenClover HTML Report I see nothing.     I know that the HTML information is generated but I really need it to display.

 

5 answers

0 votes
Mark Cariddi August 25, 2017

So this seems to be a chrome issue because I can see the data in internet explorer and in firefox...

0 votes
Mark Cariddi August 25, 2017

Here is the content of index.html

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euckr"/>
<title>Coverage Report</title>
</head>

<frameset cols="20%,80%">
<frameset rows="40%,60%">
<frame src="frame_dirs.html" name="packageList" title="All Dirs"/>
<frame src="frame_files.html" name="sourceFileList" title="All File
s)"/>
</frameset>
<frame src="frame_summary.html" name="summary" title="Package, class and in
terface descriptions" scrolling="yes"/>

<noframes>
<body>
<p>This document is designed to be viewed using the frames
feature. If you see this message, you are using a frame-incapable web client.</p>
<p><a href="frame-summary.html">Click here to view a non-fr
ame version.</a></p>
</body>
</noframes>
</frameset>

</html>

0 votes
Mark Cariddi August 25, 2017

Sorry for the repeated replies.   THru my web browser I can look at the various html and png files there are in the bullseye report.   So I think the issue is somewhere in index.html since the frames display but no content is visible in the frames.

0 votes
Mark Cariddi August 25, 2017

I have also confirmed that the html files created by bullseye are in the job directory for the job that I am looking at.

0 votes
Mark Cariddi August 25, 2017

BTW, this is with the latest version of the plugin.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events