Hi,
on the top right corner of the HTML report there is a link "sessions".
On that page:
1) Is the your class TaskBusiness listed?
2) Does the TaskBusiness entry have a html link on the sessions page?
Also check your maven build output: Is there any message from the report
goal?
Cheers,
-marc
On 24.01.17 04:02, [email protected] wrote:
JaCoCo version:0.7.8
Operating system:linux
Tool integration: Maven+jacoco agent
I use jacoco agent to dump exec file,then use maven-plugin generate report
@Override
public GetCTaskTreeTypeResponse getCTaskTreeType(GetCTaskTreeRequest
request) throws Exception {
GetCTaskTreeTypeResponse responseType = new GetCTaskTreeTypeResponse();
ResponseStatusType responseStatusType = new ResponseStatusType();
try {
responseType = TaskBusiness.getCTaskTreeType(request);
responseStatusType.setAck(AckCodeType.Success);
In this class, TaskBusiness.getCTaskTreeType(request) is covered ,but
TaskBusiness's coverage is 0%.
Element Missed Instructions Cov. Missed Branches Cov. Missed Cxty
Missed Lines Missed Methods Missed Classes
Total 5,201 of 5,201 0% 662 of 662 0% 365 365 877
877 28 28 1 1
TaskBusiness 5,201 0% 662 0% 365 365 877 877
28 28 1
--
You received this message because you are subscribed to the Google Groups "JaCoCo
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/4c769239-a6f7-4e98-2432-16c4a68f731d%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.