Sha256: e5e7285d251272cf6a47c0d85f5396822aa40c43b503cb41b484120242159710
Contents?: true
Size: 1.32 KB
Versions: 8
Compression:
Stored size: 1.32 KB
Contents
![logo](http://www.nakiostudio.com/xcov-logo.png) ------- [![Twitter: @carlostify](https://img.shields.io/badge/contact-@carlostify-blue.svg?style=flat)](https://twitter.com/carlostify) [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/nakiostudio/xcov/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/danger-xcov.svg?style=flat)](http://rubygems.org/gems/danger-xcov) [![Gem Downloads](https://img.shields.io/gem/dt/danger-xcov.svg?style=flat)](http://rubygems.org/gems/danger-xcov) **danger-xcov** is the [Danger](https://github.com/danger/danger) plugin of [xcov](https://github.com/nakiostudio/xcov), a friendly visualizer for Xcode's code coverage files. ## Installation ``` sudo gem install danger-xcov ``` ## Usage Simply add `xcov.report` to your `Dangerfile` passing those **xcov** parameters you need. Click [here](https://github.com/nakiostudio/xcov#parameters-allowed) to see the updated list of parameters allowed by **xcov**. ```ruby xcov.report( scheme: 'EasyPeasy', workspace: 'Example/EasyPeasy.xcworkspace', exclude_targets: 'Demo.app', minimum_coverage_percentage: 90 ) ``` The result is as cool as follows: ![screenshot](http://www.nakiostudio.com/danger-xcov.png) ## License This project is licensed under the terms of the MIT license. See the LICENSE file.
Version data entries
8 entries across 8 versions & 1 rubygems