From 51df3b8435532b096d2545ea6ac8a8046978d2f2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 16 Jul 2020 14:22:21 +0100 Subject: [PATCH] Add code coverage lib. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5523aa9..84816a1 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome. * [Blackfire.io](https://blackfire.io) - A low-overhead code profiler. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. +* [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver. * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console. * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar. * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.