Hi Vinicius

On Thu, Aug 7, 2025 at 5:44 PM Ilija Tovilo <tovilo.il...@gmail.com> wrote:
>
> Hi Vinicius
>
> On Thu, Aug 7, 2025 at 5:20 PM Vinicius Dias <carlosv...@gmail.com> 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
>
> However, it seems it's currently borked. The nightly job succeeded, so
> I'm not immediately sure what's wrong. I'll put it on my list, unless
> somebody beats me to it.

Looks like whatever issue there was fixed itself. I'm happy to review
any patches improving coverage.

There are some inaccuracies with tracking, i.e. some executed lines
are marked as red. This happens often for macros that insert branches
that are never taken (and aren't intended to be taken).

We also don't care about the failure paths of the Z_PARAM_ macros.
These are tested sufficiently, so we don't need to repeat the same
test for every function.

Thanks!
Ilija

Reply via email to