Skip to content

Commit

Permalink
chore: delete owlbot.py (#136)
Browse files Browse the repository at this point in the history
* chore: delete owlbot.py

* test: increase code coverage

* fix package name in py.typed

* remove unnecessary line break

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
  • Loading branch information
parthea and gcf-owl-bot[bot] committed Nov 2, 2021
1 parent 722c026 commit 5f5e924
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 70 deletions.
19 changes: 8 additions & 11 deletions packages/google-cloud-os-config/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of the osconfig
API. By default, you will get ``v1``, the latest GA version.
This package includes clients for multiple versions of OS Config.
By default, you will get version ``osconfig_v1``.

osconfig_v1 API Reference
-------------------------

API Reference
-------------
.. toctree::
:maxdepth: 2

osconfig_v1/services
osconfig_v1/types


osconfig_v1alpha API Reference
------------------------------

API Reference
-------------
.. toctree::
:maxdepth: 2

Expand All @@ -31,7 +29,6 @@ Changelog
For a list of all ``google-cloud-os-config`` releases:

.. toctree::
:maxdepth: 2

changelog
:maxdepth: 2

changelog
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ async def create_patch_deployment(
- Must end with a number or a letter.
- Must be unique within the project.
This corresponds to the ``patch_deployment_id`` field
on the ``request`` instance; if ``request`` is provided, this
should not be set.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ def create_patch_deployment(
- Must end with a number or a letter.
- Must be unique within the project.
This corresponds to the ``patch_deployment_id`` field
on the ``request`` instance; if ``request`` is provided, this
should not be set.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-os-config/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def cover(session):
test runs (not system test runs), and then erases coverage data.
"""
session.install("coverage", "pytest-cov")
session.run("coverage", "report", "--show-missing", "--fail-under=98")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

Expand Down
56 changes: 0 additions & 56 deletions packages/google-cloud-os-config/owlbot.py

This file was deleted.

0 comments on commit 5f5e924

Please sign in to comment.