Skip to content

Commit 0b3baa1

Browse files
chore: delete owlbot.py (#276)
* chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a4d4c74 commit 0b3baa1

File tree

4 files changed

+11
-57
lines changed

4 files changed

+11
-57
lines changed
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:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
3+
digest: sha256:3f66ebf145a16bb07a2fcbdb79bcb5743a791e3dc46015b0de22cacdd2875f64

packages/google-cloud-dlp/docs/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,33 @@
22

33
.. include:: multiprocessing.rst
44

5-
Api Reference
5+
6+
API Reference
67
-------------
78
.. toctree::
89
:maxdepth: 2
910

1011
dlp_v2/services
1112
dlp_v2/types
12-
changelog
13+
1314

1415
Migration Guide
1516
---------------
1617

17-
See the guide below for instructions on migrating to the 2.x release of this library.
18+
See the guide below for instructions on migrating to the latest version.
1819

1920
.. toctree::
2021
:maxdepth: 2
2122

22-
UPGRADING
23+
 UPGRADING
24+
2325

2426
Changelog
2527
---------
2628

2729
For a list of all ``google-cloud-dlp`` releases:
2830

2931
.. toctree::
30-
:maxdepth: 2
32+
:maxdepth: 2
3133

32-
changelog
34+
changelog

packages/google-cloud-dlp/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def cover(session):
175175
test runs (not system test runs), and then erases coverage data.
176176
"""
177177
session.install("coverage", "pytest-cov")
178-
session.run("coverage", "report", "--show-missing", "--fail-under=98")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

180180
session.run("coverage", "erase")
181181

@@ -190,7 +190,7 @@ def docs(session):
190190
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
191191
session.run(
192192
"sphinx-build",
193-
# "-W", # warnings as errors
193+
"-W", # warnings as errors
194194
"-T", # show full traceback on exception
195195
"-N", # no colors
196196
"-b",

packages/google-cloud-dlp/owlbot.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)