2017 © Pedro Peláez
 

library robo-coveralls-kit

Robo task for coveralls-kit

image

cloak/robo-coveralls-kit

Robo task for coveralls-kit

  • Saturday, December 5, 2015
  • by holyshared
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,651 Installations
  • PHP
  • 14 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

robo-coveralls-kit

robo-coveralls-kit is a library to send the report to the coveralls.
Installation of Robo PHP Task Runner will be mandatory to use it., (*1)

Latest Stable Version Latest Unstable Version Build Status HHVM Status Coverage Status Dependency Status, (*2)

Basic Usage

Specify the configuration file, you can send the file the report just run.
For more information about the configuration file, please refer to the coveralls-kit., (*3)

class RoboFile extends Tasks
{
    use \coverallskit\robo\loadTasks;

    public function coverallsUpload()
    {
        $result = $this->taskCoverallsKit()
            ->configureBy('coveralls.toml')
            ->run();

        return $result;
    }
}

Output only the report file

Only to output the report to confirm you can use the saveOnly method.
Just generate a report file, but does not upload., (*4)

public function coverallsTest()
{
    $result = $this->taskCoverallsKit()
        ->configureBy('coveralls.toml')
        ->saveOnly()
        ->run();

    return $result;
}

Testing robo-coveralls-kit

Please try the following command., (*5)

composer install
composer test

The Versions

11/02 2015

1.0.4

1.0.4.0

Robo task for coveralls-kit

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

task robo coveralls coveralls-kit

01/02 2015

1.0.3

1.0.3.0

Robo task for coveralls-kit

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

task robo coveralls coveralls-kit

24/01 2015

1.0.2

1.0.2.0

Robo task for coveralls-kit

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

task robo coveralls coveralls-kit

10/01 2015

1.0.1

1.0.1.0

Robo task for coveralls-kit

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar holyshared

task robo coveralls coveralls-kit