Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Description

SimpleCov is a Ruby tool designed for code coverage analysis, leveraging Ruby's native Coverage library to collect data, while offering a user-friendly API that simplifies the processing of results by allowing you to filter, group, merge, format, and display them effectively. Although it excels in tracking the covered Ruby code, it does not support coverage for popular templating systems like erb, slim, and haml. For most projects, obtaining a comprehensive overview of coverage results across various types of tests, including Cucumber features, is essential. SimpleCov simplifies this task by automatically caching and merging results for report generation, ensuring that your final report reflects coverage from all your test suites, thus providing a clearer picture of any areas that need improvement. It is important to ensure that SimpleCov is executed in the same process as the code for which you wish to analyze coverage, as this is crucial for accurate results. Additionally, utilizing SimpleCov can significantly enhance your development workflow by identifying untested code segments, ultimately leading to more robust applications.

Description

Coverage offers tools for gathering, processing, and formatting coverage data specifically for Dart. The function Collect_coverage retrieves coverage information in JSON format from the Dart VM Service, while format_coverage transforms this JSON coverage data into either the LCOV format or a more readable, pretty-printed layout for easier interpretation. This set of tools enhances the ability to analyze code coverage effectively.

API Access

Has API

API Access

Has API

Screenshots View All

Screenshots View All

Integrations

Codecov
JSON
Cucumber
Dart
DeepCover
Mariner Financial Wellness
Ruby
Ruby on Rails
RubyMine
UndercoverCI

Integrations

Codecov
JSON
Cucumber
Dart
DeepCover
Mariner Financial Wellness
Ruby
Ruby on Rails
RubyMine
UndercoverCI

Pricing Details

Free
Free Trial
Free Version

Pricing Details

Free
Free Trial
Free Version

Deployment

Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook

Deployment

Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook

Customer Support

Business Hours
Live Rep (24/7)
Online Support

Customer Support

Business Hours
Live Rep (24/7)
Online Support

Types of Training

Training Docs
Webinars
Live Training (Online)
In Person

Types of Training

Training Docs
Webinars
Live Training (Online)
In Person

Vendor Details

Company Name

SimpleCov

Country

United States

Website

github.com/simplecov-ruby/simplecov

Vendor Details

Company Name

pub.dev

Website

pub.dev/packages/coverage

Product Features

Product Features

Alternatives

Alternatives

Devel::Cover Reviews

Devel::Cover

metacpan
froglogic Coco Reviews

froglogic Coco

froglogic
pytest-cov Reviews

pytest-cov

Python
JCov Reviews

JCov

OpenJDK