Download the PHP package pier-infor/undercover without Composer
On this page you can find all versions of the php package pier-infor/undercover. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pier-infor/undercover
More information about pier-infor/undercover
Files in pier-infor/undercover
Download pier-infor/undercover
More information about pier-infor/undercover
Files in pier-infor/undercover
Vendor pier-infor
Package undercover
Short Description Undercover
License LGPL-3.0-or-later
Homepage https://github.com/pierre-fromager/undercover
Package undercover
Short Description Undercover
License LGPL-3.0-or-later
Homepage https://github.com/pierre-fromager/undercover
Please rate this library. Is it a good library?
Informations about the package undercover
:elephant: undercover
Undercover is a php coverage checker. It runs against phpunit clover file format.
Setup
Phpunit Setup
in phpunit.xml file add a log tag entry in logging element as sample below.
Integration
Composer Integration
in composer.json file add a script entry as sample below.
Arguments
- -f , --file
- clover file path.
- -l , --lines
- threshold for covered lines.
- -m , --methods
- threshold for covered methods.
- -s , --statements
- threshold for covered statements.
- -c , --classes
- threshold for covered classes.
- -b , --blocking
- flag to set exit code to 1 when error happened.
(threshold as percent value)
Tests
tested with php from v7.3 up to v8.0.
All versions of undercover with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.10
The package pier-infor/undercover contains the following files
Loading the files please wait ....