professor-hippo / bullshtml

Automatically exported from code.google.com/p/bullshtml
0 stars 0 forks source link

Touble Appending code to the HTML Report #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use one Jenkins job to instrument the C++ binaries
2. run the testcases required to find coverage
3. Use another Jenkins job to generate report (report links to the code from 
job#1)

What is the expected output? What do you see instead?
Covered/Uncovered line of code must be visible in job#2. Instead, when I click 
on a cpp file to see the coverage, message "/x/com/abc/xyz.cpp is not 
available" is displayed.

What version of the product are you using? On what operating system?
1.0.5 on Linux

Please provide any additional information below.
For some of the C++ components i have seen the code attached to report but not 
for all. I have attached a copy of the output.

Original issue reported on code.google.com by ap.gem...@gmail.com on 15 Jan 2013 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
This is usually caused you moved cov file from somewhere.
cov file can contain sometimes relative path and sometimes absolute path.
If you moved the cov file, it will try resolve the code form where you located 
cov file. and fail.

Original comment by junoy...@gmail.com on 18 Feb 2013 at 3:18