Hey there,
On Fri, Dec 8, 2023 at 12:11 AM Vinicius Dias <carlosv775@gmail.com> wrote:
> PHP doc article about writing tests [1] mentions gcov.php.net as the
> source to see the coverage, but this address is not available anymore.
>
The code coverage report can be found at
https://app.codecov.io/github/php/php-src
> I believe this should be updated to show how the coverage can be found
> so people know where to focus their efforts if they want to contribute
> with tests
>
I will have a look, the page overall looks like it could need some love ;-)
In the meantime if you are interested in writing tests, I once wrote a blog
post about that topic at
https://dev.to/realflowcontrol/growing-the-php-core-one-test-at-a-time-4g4k
/Florian