From 0729aca0a435c212224a1ebb7da20ad874276a59 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 20 Oct 2023 10:09:09 -0400 Subject: [PATCH] update owlbot.py --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 1cb32176..0e5bba63 100644 --- a/owlbot.py +++ b/owlbot.py @@ -51,7 +51,7 @@ # ---------------------------------------------------------------------------- templated_files = gcp.CommonTemplates().py_library( - cov_level=100, + cov_level=99, microgenerator=True, versions=gcp.common.detect_versions(path="./google", default_first=True), )