From patchwork Wed Oct 23 22:12:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Axtens X-Patchwork-Id: 1182524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46z4Q11Z1mz9sPF for ; Thu, 24 Oct 2019 09:13:13 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="mzJ/bHqE"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46z4Q10CN4zDqRn for ; Thu, 24 Oct 2019 09:13:13 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=axtens.net (client-ip=2607:f8b0:4864:20::430; helo=mail-pf1-x430.google.com; envelope-from=dja@axtens.net; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="mzJ/bHqE"; dkim-atps=neutral Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) (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 lists.ozlabs.org (Postfix) with ESMTPS id 46z4Pp6B4szDqRG for ; Thu, 24 Oct 2019 09:13:01 +1100 (AEDT) Received: by mail-pf1-x430.google.com with SMTP id q21so13757982pfn.11 for ; Wed, 23 Oct 2019 15:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axtens.net; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=d26hdHEEk60h8Ki8Af7pqUmeAA9X5NKeJNu5Zu3NdpA=; b=mzJ/bHqErtCUXFbURUopvZd0+Z2p9OUreTVm5nW/g19Y1vgBepgjDYt7Vwg7vcmj1N IPHBf10y2CjXQmLc7bAX5sF+F7B+6ebbZ4pQrYI0nTkQv4N2mvCAOw+xBK6DT9s9yMl4 e2MI55u2l8S5p99sy3SFbhCTfaWZs7gZzYsuY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=d26hdHEEk60h8Ki8Af7pqUmeAA9X5NKeJNu5Zu3NdpA=; b=KPeywzoghW88WkT9r/tXaRNpuYo43IZCyZcddWCIytMUSgK/dCQcZNBDAN10PhipUl dLLQ9Maww9SMzarKBSz9nmlcaTXK/9ispDddBQM43yU5PEBFN35TrwOEkLGH9vgSaxZp Ts3auOzqp2l0u/hxmB46IoL1AmUkeH6JRb4AWFNzz6dp5dGhQPLd8aoltM6r0Tyq7A2h w6CJTXRSCA8ZRW+JYvKThTA7q8FmDfGW0AinkkiMs9KAwhjcW55e4ArltHlSZoX4rJnE /OxP5tVZPNuD7pBagZTQyPpylUXwPCw2aPS+shkWtNVaTs//0yy+7tELFhH4Th4wsKSU thAA== X-Gm-Message-State: APjAAAUG1e/Yi33o93ZzMugCJX19FPeufCPpnFMioWp8Z2qA93lJVCs5 IbwkTdYfjFaDDdkNCueeraUDk/lkzA8= X-Google-Smtp-Source: APXvYqxWGIed+p5TgUskayKjh2zLJULWGx5HvlIvznxxj//w0eWufqCew+r3CK2zW2lG1lPxWZYuFg== X-Received: by 2002:a62:7689:: with SMTP id r131mr12999027pfc.68.1571868777823; Wed, 23 Oct 2019 15:12:57 -0700 (PDT) Received: from localhost (ppp167-251-205.static.internode.on.net. [59.167.251.205]) by smtp.gmail.com with ESMTPSA id bx18sm238016pjb.26.2019.10.23.15.12.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 15:12:57 -0700 (PDT) From: Daniel Axtens To: patchwork@lists.ozlabs.org Subject: [PATCH] travis: fix codecov Date: Thu, 24 Oct 2019 09:12:50 +1100 Message-Id: <20191023221250.26617-1-dja@axtens.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" In e017f69376da ("travis: run pep8/flake8 tests"), codecov was removed from the install step, on the basis that tox-travis would pull it in automatically. This, it turns out, isn't entirely true: it is pulled in to the tox environment, but the data is actually sent in an after_success step. That is outside the tox environment, as it should be - if it were part of the tox environment, running `tox -e coverage` on a developer laptop would try to send data to the web. But, as codecov now isn't present outside the tox environment, we see in the logs: $ codecov codecov: command not found We don't get any reporting of success/failure in the after_success step, so we didn't notice. Restore the installation in the travis environment. Fixes: e017f69376da ("travis: run pep8/flake8 tests") Signed-off-by: Daniel Axtens --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git .travis.yml .travis.yml index cc326840cdb2..51746b2674ce 100644 --- .travis.yml +++ .travis.yml @@ -44,6 +44,7 @@ before_script: install: - pip install tox-travis + - pip install codecov script: - >