Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Command line interface for sending a report to coveralls

License

Notifications You must be signed in to change notification settings

cloak-php/coveralls-kit-cli

Repository files navigation

coveralls-kit-cli

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