Download the PHP package cloak/coverallskit-cli without Composer
On this page you can find all versions of the php package cloak/coverallskit-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloak/coverallskit-cli
More information about cloak/coverallskit-cli
Files in cloak/coverallskit-cli
Download cloak/coverallskit-cli
More information about cloak/coverallskit-cli
Files in cloak/coverallskit-cli
Vendor cloak
Package coverallskit-cli
Short Description Command line interface for coverallskit
License MIT
Package coverallskit-cli
Short Description Command line interface for coverallskit
License MIT
Please rate this library. Is it a good library?
Informations about the package coverallskit-cli
coveralls-kit-cli
Command line interface for sending a report to coveralls.
Support the report lcov, clover.
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
All versions of coverallskit-cli with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
aura/cli Version ~2.1
aura/cli-kernel Version ~2.0
aura/project-kernel Version ~2.1
aura/di Version ~2.2
cloak/coverallskit Version ~2.2
psr/log Version ~1.0
eloquent/pathogen Version ~0.6
aura/cli Version ~2.1
aura/cli-kernel Version ~2.0
aura/project-kernel Version ~2.1
aura/di Version ~2.2
cloak/coverallskit Version ~2.2
psr/log Version ~1.0
eloquent/pathogen Version ~0.6
The package cloak/coverallskit-cli contains the following files
Loading the files please wait ....