From c3207e78356cc9b2910a9fcb86da5fe79e35f1ee Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:37:43 -0400 Subject: [PATCH] chore(python): modify templated noxfile to support non-cloud APIs (#60) Source-Link: https://github.com/googleapis/synthtool/commit/76d5fec7a9e77a12c28654b333103578623a0c1b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6 Co-authored-by: Owl Bot --- packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml | 2 +- packages/google-cloud-apigee-connect/noxfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml b/packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml index 1ca6ab4ba7dc..4423944431a1 100644 --- a/packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml +++ b/packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:17723e4df0cdd8d4508547ee517df2287af52c9d3f26a91e897bc618f73ec293 + digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6 diff --git a/packages/google-cloud-apigee-connect/noxfile.py b/packages/google-cloud-apigee-connect/noxfile.py index 2bb4cf7244ff..2a2001c49998 100644 --- a/packages/google-cloud-apigee-connect/noxfile.py +++ b/packages/google-cloud-apigee-connect/noxfile.py @@ -101,7 +101,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=google/cloud", + "--cov=google", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc",