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

Kcov is a code coverage testing tool available for FreeBSD, Linux, and OSX that caters to compiled languages, Python, and Bash. Initially derived from Bcov, Kcov has developed into a more robust tool, incorporating an extensive array of features beyond those offered by its predecessor. Similar to Bcov, Kcov leverages DWARF debugging data from compiled programs, enabling the gathering of coverage metrics without the need for specific compiler flags. This functionality streamlines the process of assessing code coverage, making it more accessible for developers across various programming languages.

API Access

Has API Yes 

API Access

Has API No 

Screenshots View All

Screenshots View All

Integrations

Codecov Yes 
Bash No 
Coveralls No 
Cucumber Yes 
DeepCover Yes 
Docker No 
FreeBSD No 
HTML No 
JSON Yes 
Jenkins No 
Mariner Financial Wellness Yes 
Python No 
Ruby Yes 
Ruby on Rails Yes 
RubyMine Yes 
Rust No 
SonarQube Server No 
Travis CI No 
UndercoverCI Yes 
XML No 

Integrations

Codecov Yes 
Bash Yes 
Coveralls Yes 
Cucumber No 
DeepCover No 
Docker Yes 
FreeBSD Yes 
HTML Yes 
JSON No 
Jenkins Yes 
Mariner Financial Wellness No 
Python Yes 
Ruby No 
Ruby on Rails No 
RubyMine No 
Rust Yes 
SonarQube Server Yes 
Travis CI Yes 
UndercoverCI No 
XML Yes 

Pricing Details

Free
Free Trial No 
Free Version Yes 

Pricing Details

Free
Free Trial No 
Free Version Yes 

Deployment

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

Deployment

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

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Types of Training

Training Docs Yes 
Webinars No 
Live Training (Online) No 
In Person No 

Types of Training

Training Docs Yes 
Webinars No 
Live Training (Online) No 
In Person No 

Vendor Details

Company Name

SimpleCov

Country

United States

Website

github.com/simplecov-ruby/simplecov

Vendor Details

Company Name

kcov

Website

github.com/SimonKagstrom/kcov

Product Features

Product Features

Alternatives

Alternatives

pytest-cov Reviews

pytest-cov

Python