Skip to content

Commit 3fa2420

Browse files
chore: delete owlbot.py (#243)
* 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 f1780ae commit 3fa2420

File tree

3 files changed

+15
-73
lines changed

3 files changed

+15
-73
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,52 @@
22

33
.. include:: multiprocessing.rst
44

5-
Api Reference
6-
-------------
5+
This package includes clients for multiple versions of Google Cloud Security Command Center.
6+
By default, you will get version ``securitycenter_v1``.
7+
78

8-
v1
9-
~~~
9+
API Reference
10+
-------------
1011
.. toctree::
1112
:maxdepth: 2
1213

1314
securitycenter_v1/services
1415
securitycenter_v1/types
1516

16-
v1beta1
17-
~~~~~~~
17+
API Reference
18+
-------------
1819
.. toctree::
1920
:maxdepth: 2
2021

2122
securitycenter_v1beta1/services
2223
securitycenter_v1beta1/types
2324

24-
25-
v1p1beta1
26-
~~~~~~~~~
25+
API Reference
26+
-------------
2727
.. toctree::
2828
:maxdepth: 2
2929

3030
securitycenter_v1p1beta1/services
3131
securitycenter_v1p1beta1/types
3232

33+
3334
Migration Guide
3435
---------------
3536

36-
See the guide below for instructions on migrating to the 2.x release of this library.
37+
See the guide below for instructions on migrating to the latest version.
3738

3839
.. toctree::
3940
:maxdepth: 2
4041

41-
UPGRADING
42+
 UPGRADING
4243

4344

4445
Changelog
45-
----------
46+
---------
4647

4748
For a list of all ``google-cloud-securitycenter`` releases:
4849

4950
.. toctree::
5051
:maxdepth: 2
5152

52-
changelog
53+
changelog

packages/google-cloud-securitycenter/noxfile.py

Lines changed: 1 addition & 1 deletion
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

packages/google-cloud-securitycenter/owlbot.py

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

0 commit comments

Comments
 (0)