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

Commit abc0643

Browse files
partheatseaver
andauthored
chore: delete owlbot.py (#215)
* chore: delete owlbot.py * run owlbot cli locally Co-authored-by: Tres Seaver <[email protected]>
1 parent 70db266 commit abc0643

File tree

3 files changed

+10
-61
lines changed

3 files changed

+10
-61
lines changed

docs/index.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
.. include:: multiprocessing.rst
44

5-
v1 Reference
5+
This package includes clients for multiple versions of Game Servers.
6+
By default, you will get version ``gaming_v1``.
7+
8+
9+
API Reference
610
-------------
711
.. toctree::
812
:maxdepth: 2
913

1014
gaming_v1/services
1115
gaming_v1/types
1216

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

@@ -25,6 +29,6 @@ Changelog
2529
For a list of all ``google-cloud-game-servers`` releases:
2630

2731
.. toctree::
28-
:maxdepth: 2
32+
:maxdepth: 2
2933

30-
changelog
34+
changelog

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 & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)