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
Requires
- php: >=5.5.0
- aura/cli: ~2.1
- aura/cli-kernel: ~2.0
- aura/di: ~2.2
- aura/project-kernel: ~2.1
- cloak/coverallskit: ~2.2
- eloquent/pathogen: ~0.6
- psr/log: ~1.0
Requires (Dev)
- cloak/peridot-cloak-plugin: ^2.0
- expect/peridot-expect-plugin: ~3.0
- peridot-php/peridot: ^1.16
- phpspec/prophecy: ~1.5
README
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