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

To create test coverage reports for Xcode projects and integrate them into your continuous integration (CI) system, make sure to activate the coverage feature by checking the "Gather coverage data" option while modifying the scheme settings. This setup will help you track code quality and ensure that your tests effectively cover the necessary parts of your application, streamlining your development process.

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
CircleCI
Cobertura
Coveralls
Dart
HTML
JSON
Travis CI
XML
Xcode

Integrations

Codecov
CircleCI
Cobertura
Coveralls
Dart
HTML
JSON
Travis CI
XML
Xcode

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

Slather

Website

github.com/SlatherOrg/slather

Vendor Details

Company Name

pub.dev

Website

pub.dev/packages/coverage

Product Features

Product Features

Alternatives

Alternatives

Devel::Cover Reviews

Devel::Cover

metacpan
pytest-cov Reviews

pytest-cov

Python
JCov Reviews

JCov

OpenJDK