We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad6a10 commit 7add12eCopy full SHA for 7add12e
packages/google-cloud-functions/owlbot.py
@@ -32,6 +32,7 @@
32
# Add templated files
33
# ----------------------------------------------------------------------------
34
templated_files = common.py_library(cov_level=98, microgenerator=True)
35
+python.py_samples(skip_readmes=True)
36
s.move(
37
templated_files, excludes=[".coveragerc"]
38
) # the microgenerator has a good coveragerc file
0 commit comments