Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121955 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 51525 invoked from network); 8 Dec 2023 07:45:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Dec 2023 07:45:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 76AFB180034 for ; Thu, 7 Dec 2023 23:45:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,HTML_MESSAGE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from smtp06-ext.udag.de (smtp06-ext.udag.de [62.146.106.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 7 Dec 2023 23:45:41 -0800 (PST) Received: from mail-yb1-f177.google.com (mail-yb1-f177.google.com [209.85.219.177]) by smtp06-ext.udag.de (Postfix) with ESMTPA id E045EE00E9 for ; Fri, 8 Dec 2023 08:45:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=engelhardt.tc; s=uddkim-202310; t=1702021527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GX21uPPk9q4wZmj0ZwuVSDKBobWXujpfklAuGRC7IaE=; b=pnh1C3EVRGSmSm3/NrmhfNBEhIs8j9JVekQZKkpR40MYFnQm75Xwj75RPIJyiE8totUbMT 4f/+e7oUQPhmc8c7DeogefUjGYzLG6JpezNp2vCnOhaa/WO73ut1bCf051kcUOZJ+Sv4Gf I0JorH1Lw4SxTgkNipatKpjGQ0jzMWiXi7DD/RsCMPlH23faZ5dR/zfsOqW+wU1hV+xAfK SdQeBu3fmQ3M+1tcJs3w7gbdYpi8Q9kxQ1BwjgUIJmJubesh5GO/Ivy9MSh/IlCBkAt078 YHlK9DskWghQSV3HdzX3eDvU8fCuck9lbcvs0zW03DP5+PJonZhqDp7KtlBkXA== Received: by mail-yb1-f177.google.com with SMTP id 3f1490d57ef6-daf26d84100so1931391276.3 for ; Thu, 07 Dec 2023 23:45:25 -0800 (PST) X-Gm-Message-State: AOJu0Yw/R+g3fECJJ4g1ZNhAVDxdA20jhKfwBUVjo0NsTnSUb1sjrMrO nXJuJc8tumGdJAGDGgV7twvqfkfmDDnJKS9B+sM= X-Google-Smtp-Source: AGHT+IEaDeGGXojWkwrf6GW5zAUFb/u5jkkh020kXE+jiSvbnC65G9W5BCuOfehvUDnUQ62BBbsRTD1pATGC2j/977E= X-Received: by 2002:a25:f402:0:b0:da0:cea9:2b3b with SMTP id q2-20020a25f402000000b00da0cea92b3bmr3190729ybd.62.1702021524688; Thu, 07 Dec 2023 23:45:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 8 Dec 2023 08:45:13 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Vinicius Dias Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000006116a7060bfac473" Authentication-Results: smtp06-ext.udag.de; auth=pass smtp.auth=florian@engelhardt.tc smtp.mailfrom=florian@engelhardt.tc Subject: Re: [PHP-DEV] PHP test coverage From: florian@engelhardt.tc (Florian Engelhardt) --0000000000006116a7060bfac473 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hey there, On Fri, Dec 8, 2023 at 12:11=E2=80=AFAM Vinicius Dias 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 --0000000000006116a7060bfac473--