Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated JaCoCo Alternatives

JaCoCo Reviews & Product Details

Sampath L.
SL
アソシエイトテクニカルリード
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about JaCoCo?

It supports many Java project types such as Maven and Gradle projects and easy to project analysis with the tools such as SonarQube. Jacoco support, code coverage reports export to many formats such as XML, PDF, and HTML reports, etc. As a Java developer, I mostly like the Jacoco providing good compatibility with JUnit and TestNG. Jacoco Jenkins pugin providing a good support to test integrations with Jenkins, therefore Jacoco Jenkins plugin helped us to complete our projects CI/CD pipelines in proper manner as we expected. Jacoco developer community also found many solutions when we integrate Jacoco to our Java projects. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

In web view in code coverage report, better to have more descriptive about the code coverage missing blocks with suggestions. Better if Jacoco can provide hints in test reports to cover the uncovered code lines or code blocks. We found some issues when we integrate Jacoco with the latest version of Junit, better if Jacoco can release a newer version with JUnit 5 support. Review collected by and hosted on G2.com.

Recommendations to others considering JaCoCo:

Jacoco is the best Java code coverage analysis plugin for any Java project. And useful plugin to integrate with CI/CD pipelines. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

We had to integrate our Java projects with SonarQube. But when we initially did integration with SonarQube, the project didn't get the code coverage. Therefore we integrated the Jacoco plugin with our Java project and did easily uploaded the code coverage when the Sonar scan run. We completed our CI/CD pipeline flow, test coverage analysis thanks to Jacoco. Review collected by and hosted on G2.com.

JaCoCo Overview

What is JaCoCo?

JaCoCo is a free Java code coverage library.

JaCoCo Details
Discussions
JaCoCo Community
Show LessShow More
Product Description

JaCoCo is a free Java code coverage library.


Seller Details
Seller
Jacoco
HQ Location
N/A

Recent JaCoCo Reviews

Verified User
U
Verified UserEnterprise (> 1000 emp.)
4.5 out of 5
"Best code coverage tool for java"
Easy to integrate with the IDE or tools Easy to use Very fast and accurate Easily can filter and customize
Manish G.
MG
Manish G.Enterprise (> 1000 emp.)
5.0 out of 5
"Jacoco is wonderful and easy tool for your application code coverage"
Jacoco is wonderful and easy tool for your application code coverage
Prashant P.
PP
Prashant P.Enterprise (> 1000 emp.)
5.0 out of 5
"JaCoCo Code Coverage tool"
We can verify how many lines of code is executed and how many lines of code is not executed in unit testing.We can make sure our bussiness logic is...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

JaCoCo Media

Answer a few questions to help the JaCoCo community
Have you used JaCoCo before?
Yes

41 out of 42 Total Reviews for JaCoCo

4.6 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
41 out of 42 Total Reviews for JaCoCo
4.6 out of 5
41 out of 42 Total Reviews for JaCoCo
4.6 out of 5

JaCoCo Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons

Overall Review Sentiment for JaCoCoQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Prashant P.
PP
Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about JaCoCo?

We can verify how many lines of code is executed and how many lines of code is not executed in unit testing.We can make sure our bussiness logic is working as expected.

We are able to get the details of the code which is not tested then we can test those missed lines of code also by writing better Unit Test scenarios. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

For Legacy Project implementing Jacoco plugin is tough nut to crack, beacause all modern project flows this approach,but not the legacy one.

It don''t provide complete details of code coverage like code smell,code bugs in the java code other than that it is a good tool for Code Coverage. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

It improves overall performance of the java application by providing the details like how many percentages of lines of code is covered,uncovered.

It is an open source and free. Review collected by and hosted on G2.com.

Shubham Suryawanshi 1.
S1
IT Professional
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about JaCoCo?

The most alluring aspect of JaCoCo is its capacity to offer thorough code coverage analysis. It provides comprehensive insights into the efficacy of test cases with support for line, branch, method, and instruction-level coverage.

It's impressive how accurately JaCoCo measures code coverage. It accomplishes this without significantly increasing performance overhead, ensuring my tests run quickly.

Its accessibility during development is improved by integrating with well-known Integrated Development Environments (IDEs), like Eclipse and IntelliJ IDEA. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

For legacy codebases with low or no test coverage, integrating JaCoCo presents challenges. Understanding and addressing existing gaps in test coverage require additional effort, especially in large and complex codebases. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

JaCoCo provides in-depth insights into which portions of the code are run during testing by measuring code coverage at several levels, including line, branch, method, and instruction.

Its acceptance into the development workflow is eased by its smooth integration with well-known build technologies like Maven and Gradle. Code coverage analysis will become an automatic and essential step in the build and testing process thanks to the seamless integration. Review collected by and hosted on G2.com.

Jainesh K.
JK
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

- Better visualisation off the code coverage using different reports

- Saves developer time by locating the exact place where the code coverage is low

- JaCoCo tested does not take much time as they run parallel to you test cases

- Easy to use with provided configurations and can also be integrated easily with different IDEs Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

- It has very little or no support for distributed systems testing

- It does not support path coverage

- limited support for testing milti threaded application s Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

- Better code coverage that ultimately improves code quality and reduce bugs

- We can easily visualise different parts of the source code which are covered and which needs further test cases written.

- super different kind of coverage like line coverage, branch coverage, method coverage etc. Review collected by and hosted on G2.com.

Manish G.
MG
Associate Manager
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

Jacoco is wonderful and easy tool for your application code coverage Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Nothing , there is nothing to dislike about JAcoco Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

it gives full code coverage line by line Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
(Original )Information
What do you like best about JaCoCo?

Easy to integrate with the IDE or tools

Easy to use

Very fast and accurate

Easily can filter and customize Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Finding the report is little bit complicated

Sometimes results are not updating properly Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Jacaco helps to improve the test code coverage. It ensures providing quality software to the end-users. Review collected by and hosted on G2.com.

Arunkumar S.
AS
System Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about JaCoCo?

Very useful to check the code coverage where we can check the percentages and lines of covered and uncovered instructions along with the methods and classes for the projects. It's free of cost and open source. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

It's not providing the details of code analysis like code vulnerability, code smell, and bugs in the Java code. Code security testing isn't possible. Other than all good. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

It makes the job easy where we don't need to check the covered percentage of methods and passes separately. Integrating into the Maven project is very easy. also, it provides a ratio of the conversion. Review collected by and hosted on G2.com.

Jeen Treas J.
JJ
Advanced Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

Code Coverage Analysis : It provides detailed reports on code coverage metrics, such as line coverage, branch coverage, and method coverage, which can help developers identify areas of code that are not being executed during testing, helping to improve code quality and reliability.

Easy Integration: It can be easily integrated with popular build and continuous integration (CI) tools such as Maven, Gradle, and Jenkins, making it convenient to incorporate code coverage analysis into the development workflow.

Flexible Configuration : Jacoco offers flexible configuration options, allowing developers to customize the code coverage analysis settings to suit their specific needs. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Limited Language Support: It is not suitable for projects that do not use Java.

Manual Configuration: Configuring Jacoco for complex projects may require manual effort, including specifying inclusion/exclusion rules, setting up coverage targets, and configuring build scripts, which can be time-consuming and error-prone. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

It helps in generating detailed and customizable reports that provide insights into code coverage at various levels of granularity, including class, method, and line level, which can help developers identify specific code segments that require additional testing or improvement.

It was easy for integration with the project also Review collected by and hosted on G2.com.

Rohan A.
RA
Technical Lead
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

Jacoco integrates well with IDEs like Intellij.

Also the html view is very handy to get an overall look at results.

Also it is easy to use and non-invasive at it works as a Java agent. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

Jacoco html UI view can be more modern as it is basic html css at the moment. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

Jacoco solves the problem of test case coverage, and helps enforce code quality. It is really helpful in a big team where code reviews are not stringent. Review collected by and hosted on G2.com.

Riya J.
RJ
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about JaCoCo?

It allows us to know how much code is covered by our Unit test case; it creates a report showing how many files we have covered and how many methods and conditions we have covered while writing the Unit test of the Java code.

It can be easily integrated with Eclipse, STS and IntelliJ IDE Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

I did not find anything wrong in the JaCoCo, it is the best plugin to check the code coverage Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

We have our Java application, and we are using the JaCoCo ( Java Code Coverage ) as a plugin with the Maven to check the code coverage of our code; we have also integrated it with the Jenkins which checks the cove coverage right before the code deployment. Review collected by and hosted on G2.com.

Paresh K.
PK
Junior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about JaCoCo?

As it is in the name Ja(va) Co(de) Co(verage) says, it is a java library that's mainly used in the testing phase, wherein its used to check the code coverage of each line of code written. Review collected by and hosted on G2.com.

What do you dislike about JaCoCo?

There's nothing as such to dislike in it, but one thing that can be improved is the UI of the generated report as I feel it can be modernized a bit. Currently it seems to be a little retro. Review collected by and hosted on G2.com.

What problems is JaCoCo solving and how is that benefiting you?

JaCoCo is used to make sure each part of the code written, it can be a class or a method or each block of a conditional statement, is being tested in some or the other way. Review collected by and hosted on G2.com.