cloak/coverallskit-cli

This package is abandoned and no longer maintained. No replacement package was suggested.

Command line interface for coverallskit

2.1.0 2015-12-06 12:52 UTC

This package is auto-updated.

Last update: 2023-09-15 13:10:59 UTC


README

Command line interface for sending a report to coveralls.
Support the report lcov, clover.

Build Status Scrutinizer Code Quality Coverage Status Dependency Status Stories in Ready

Requirements

  • PHP >= 5.5
  • Xdebug >= 2.2.2

Install

Please execute the following command.

composer require cloak/coverallskit-cli --dev

Basic usage

First of all, please perform the setup.
When the command is executed, the configuration file will be generated.
The file name is .coveralls.toml.

vendor/bin/coverallskit init

It will send a report to coveralls in the send command.

vendor/bin/coverallskit send

or

vendor/bin/coverallskit send -c .coveralls.toml

Configuration file format

Please look at the documentation for coveralls-kit for a description of the configuration file.

Run the unit test

composer test