Re: [PHP-DEV] Test coverage

2025-08-12 Thread Ilija Tovilo
Hi Vinicius On Thu, Aug 7, 2025 at 5:44 PM Ilija Tovilo wrote: > > Hi Vinicius > > On Thu, Aug 7, 2025 at 5:20 PM Vinicius Dias wrote: > > > > I would like to know how or where I can find the code coverage for > > php-src to see if there is any uncovered code I might be able to > > contribute wi

Re: [PHP-DEV] Test coverage

2025-08-07 Thread Thomas Krüger
Hi Vinicius, as Ilija mentioned you can see here an overall view on the current 55% line coverage in PHP. I guess its "line coverage" (a less strong code coverage type in comparison to types like "branch coverage", "MC/DC" or wonderful "path coverage"): https://app.codecov.io/github/php/php-s

Re: [PHP-DEV] Test coverage

2025-08-07 Thread Ilija Tovilo
Hi Vinicius On Thu, Aug 7, 2025 at 5:20 PM Vinicius Dias wrote: > > I would like to know how or where I can find the code coverage for > php-src to see if there is any uncovered code I might be able to > contribute with new tests. It lives here: https://app.codecov.io/github/php/php-src Howeve