From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 0EE5C1F461 for ; Fri, 28 Jun 2019 06:45:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbfF1GpX (ORCPT ); Fri, 28 Jun 2019 02:45:23 -0400 Received: from cloud.peff.net ([104.130.231.41]:53616 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726648AbfF1GpX (ORCPT ); Fri, 28 Jun 2019 02:45:23 -0400 Received: (qmail 13727 invoked by uid 109); 28 Jun 2019 06:45:22 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Fri, 28 Jun 2019 06:45:22 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 15068 invoked by uid 111); 28 Jun 2019 06:46:14 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Fri, 28 Jun 2019 02:46:14 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 28 Jun 2019 02:45:21 -0400 Date: Fri, 28 Jun 2019 02:45:21 -0400 From: Jeff King To: Derrick Stolee Cc: Git List Subject: Re: Git Test Coverage Report (Thurs. June 27) Message-ID: <20190628064520.GB19777@sigill.intra.peff.net> References: <49d98293-9f0b-44e9-cb07-d6b7ac791eb6@gmail.com> <14689d27-eecd-2e0a-715d-796b20d573e5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <14689d27-eecd-2e0a-715d-796b20d573e5@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Jun 27, 2019 at 01:35:17PM -0400, Derrick Stolee wrote: > > t/helper/test-example-decorate.c > > 0ebbcf70 29) one = lookup_unknown_object(&one_oid); > > 0ebbcf70 30) two = lookup_unknown_object(&two_oid); > > 0ebbcf70 59) three = lookup_unknown_object(&three_oid); > > Peff: again interesting that these lines you refactored were not covered, especially > because they are part of a test helper. Perhaps the tests they were intended for are > now defunct? They should be run by t9004 (and if I replace them with a `die`, they clearly are). Are you sure your coverage script is not mistaken? -Peff