2017 © Pedro Peláez
 

library markdown-reporter

markdown reporter for cloak

image

cloak/markdown-reporter

markdown reporter for cloak

  • Tuesday, September 23, 2014
  • by holyshared
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

cloak-markdown-reporter

It has been merged into 1.3.2.4 of cloak.
It is not maintenance now., (*1)

cloak-markdown-reporter is markdown reporter for cloak.
Output in markdown format the report of code coverage., (*2)

Build Status Scrutinizer Code Quality Coverage Status Stories in Ready Dependency Status, (*3)

Installation

Composer setting

Cloak can be installed using Composer.
Please add a description to the composer.json in the configuration file., (*4)

{
    "require-dev": {
        "cloak/markdown-reporter": "1.0.2"
    }
}

Install

Please execute composer install command., (*5)

composer install

How to use

Setup for the report of code coverage

Setup is required to take a code coverage.
Run the configure method to be set up., (*6)

<?php

$analyzer = Analyzer::factory(function(ConfigurationBuilder $builder) {

    $builder->reporter(new MarkdownReporter(__DIR__ . '/report.lcov'));

    $builder->includeFile(function(File $file) {
        return $file->matchPath('/src');
    })->excludeFile(function(File $file) {
        return $file->matchPath('/spec') || $file->matchPath('/vendor');
    });

});

Example

You can try with the following command., (*7)

vendor/bin/phake example:basic

The Versions

23/09 2014

dev-master

9999999-dev

markdown reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

markdown code coverage cloak reporter

23/09 2014

1.0.2

1.0.2.0

markdown reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

markdown code coverage cloak reporter

16/09 2014

1.0.1

1.0.1.0

markdown reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

markdown code coverage cloak reporter

17/08 2014

1.0.0

1.0.0.0

lcov reporter for cloak

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

markdown code coverage reporter