Skip to content

Commit fa1d8a7

Browse files
chore(python): omit google/__init__.py in coverage (#277)
1 parent b3613cf commit fa1d8a7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/google-cloud-automl/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
[run]
1919
branch = True
2020
omit =
21+
google/__init__.py
2122
google/cloud/__init__.py
2223

2324
[report]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3-
digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6
3+
digest: sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737

packages/google-cloud-automl/.kokoro/docs/common.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env_vars: {
3030

3131
env_vars: {
3232
key: "V2_STAGING_BUCKET"
33+
# Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
3334
value: "docs-staging-v2"
3435
}
3536

0 commit comments

Comments
 (0)