Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit c80eeec

Browse files
chore: delete owlbot.py (#217)
* 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 6aac11f commit c80eeec

File tree

3 files changed

+16
-71
lines changed

3 files changed

+16
-71
lines changed

docs/index.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,43 @@
22

33
.. include:: multiprocessing.rst
44

5-
v1 Api Reference
6-
----------------
5+
This package includes clients for multiple versions of Cloud Secret Manager.
6+
By default, you will get version ``secretmanager_v1``.
7+
8+
9+
API Reference
10+
-------------
711
.. toctree::
812
:maxdepth: 2
913

1014
secretmanager_v1/services
1115
secretmanager_v1/types
1216

13-
v1beta1 Api Reference
14-
---------------------
17+
API Reference
18+
-------------
1519
.. toctree::
1620
:maxdepth: 2
1721

1822
secretmanager_v1beta1/services
1923
secretmanager_v1beta1/types
2024

25+
2126
Migration Guide
2227
---------------
2328

24-
See the guide below for instructions on migrating to the 2.x release of this library.
29+
See the guide below for instructions on migrating to the latest version.
2530

2631
.. toctree::
2732
:maxdepth: 2
2833

29-
UPGRADING
34+
 UPGRADING
35+
3036

3137
Changelog
3238
---------
39+
40+
For a list of all ``google-cloud-secret-manager`` releases:
41+
3342
.. toctree::
3443
:maxdepth: 2
3544

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=99")
178+
session.run("coverage", "report", "--show-missing", "--fail-under=100")
179179

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

owlbot.py

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

0 commit comments

Comments
 (0)