sebastianbergmann / php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.
BSD 3-Clause "New" or "Revised" License
8.76k stars 370 forks source link

Generate PHP project coverage in real time without ending the program running. #1017

Closed kreamyu closed 8 months ago

kreamyu commented 8 months ago

I'm sorry to bother you, I want to test the coverage of a php web application. I need to get the coverage in real time while the program is running, like nyc or jacoco. Instead of getting it when ending the program, or writing it in advance in the program. Can php-code-coverage be implemented? I have read all the documents, but I still don’t know how to implement it. thank you

sebastianbergmann commented 8 months ago

This is outside the scope of this project.