From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= Subject: Re: [PATCH v3 0/7] Detailed test coverage reports for Git Date: Mon, 26 Jul 2010 11:43:02 +0000 Message-ID: References: <1280087565-24671-1-git-send-email-avarab@gmail.com> <201007260943.41703.trast@student.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Junio C Hamano , Jonathan Nieder To: Thomas Rast X-From: git-owner@vger.kernel.org Mon Jul 26 13:43:14 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OdM5Q-0004N8-Rt for gcvg-git-2@lo.gmane.org; Mon, 26 Jul 2010 13:43:13 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754595Ab0GZLnH convert rfc822-to-quoted-printable (ORCPT ); Mon, 26 Jul 2010 07:43:07 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:43225 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754152Ab0GZLnF convert rfc822-to-8bit (ORCPT ); Mon, 26 Jul 2010 07:43:05 -0400 Received: by iwn7 with SMTP id 7so2773751iwn.19 for ; Mon, 26 Jul 2010 04:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Iu5UPcu3bXsocgYN0IIEaKkRYfzX2az86pucDdmdMps=; b=YOymvCXhV/0iclusNS/F3ADb1Q6gtv0LzEj82JrACIpl85z2XzayNFTCS/i9F33nFb MfE1qGsH17u9eUd1G/7mqRNqkT2HcEt0BXE5DAplBW3619PKKp8nEyFw/zeMFLz6iROS 8TBn37rWOBbZ7npvp2MimG0rbTIorrMs/ky9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AWWOGIL/Mh00sRr+ynCo5h+kvTzX7IIZS1lM4OhskmSDMdpW4gf48xvJW9KsiErRk5 0hi9ICwxBE7kKCw4f1OUnK7oulcWom3rSEkpxmFmvgGW1dGXKLTc1f6srsvzJaQpnLIm 4UyzzziGm9piG0Pi3lyZh3qHS7IC0qK0JId7c= Received: by 10.231.170.21 with SMTP id b21mr2500357ibz.122.1280144582488; Mon, 26 Jul 2010 04:43:02 -0700 (PDT) Received: by 10.231.166.79 with HTTP; Mon, 26 Jul 2010 04:43:02 -0700 (PDT) In-Reply-To: <201007260943.41703.trast@student.ethz.ch> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jul 26, 2010 at 07:43, Thomas Rast wrot= e: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason wrote: >> =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason (7): >> =C2=A0 gitignore: Ignore files generated by "make coverage" >> =C2=A0 Makefile: Include subdirectories in "make cover" reports >> =C2=A0 Makefile: Split out the untested functions target >> =C2=A0 Makefile: Add coverage-report-cover-db target >> =C2=A0 Makefile: Add coverage-report-cover-db-html target >> =C2=A0 t/README: A new section about test coverage >> =C2=A0 t/README: Add a note about the dangers of coverage chasing > > Thanks a lot for shaping this up! =C2=A0I need the little patch below= to > accommodate my addiction for a newer compiler than the one standard > for my distribution (but that was an issue before, too). =C2=A0It wor= ks > very well, and the HTML output is quite nice. Thanks for the fixup. I ack that right back at you. Looks good.