Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10253 invoked from network); 5 Jun 2014 17:58:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2014 17:58:51 -0000 X-Host-Fingerprint: 178.235.226.57 178235226057.olsztyn.vectranet.pl Received: from [178.235.226.57] ([178.235.226.57:16530] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/41-00879-BDFA0935 for ; Thu, 05 Jun 2014 13:58:51 -0400 Message-ID: <40.41.00879.BDFA0935@pb1.pair.com> To: internals@lists.php.net Date: Thu, 05 Jun 2014 19:58:51 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 References: <8C.E0.17294.AD860935@pb1.pair.com> <53908257.2090702@php.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 178.235.226.57 Subject: Re: [PHP-DEV] tests code coverage for php 5.5 From: sobak@php.net (Maciej Sobaczewski) > I think it makes sense to see the number of executed/skipped/failed/etc. > tests with the coverage report as they are directly related (if you add > more tests that usually increase the coverage, if you remove some, the > coverage will also drop). > Plus we didn't really had any complaints about having that (most people > doesn't even know about gcov). > Hmm, you're right. So ignore this discussion, please. Thanks, Maciej.