Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated JaCoCo Alternatives

42 JaCoCo Reviews

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.
42 JaCoCo Reviews
4.6 out of 5
42 JaCoCo Reviews
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.

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.

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.

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.

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.

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.

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.

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.

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.

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.