Skip to content

Commit

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

* run owlbot locally

* 🦉 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

* use the latest post processor image

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
parthea and gcf-owl-bot[bot] authored Nov 11, 2021
1 parent 7498676 commit caba594
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 117 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-bigquery-reservation/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.. include:: README.rst

.. include:: multiprocessing.rst


API Reference
-------------
.. toctree::
Expand All @@ -9,12 +11,13 @@ API Reference
bigquery_reservation_v1/services
bigquery_reservation_v1/types


Changelog
---------

For a list of all ``google-cloud-bigquery-reservation`` releases:

.. toctree::
:maxdepth: 2
:maxdepth: 2

changelog
changelog
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,6 @@ async def search_assignments(
- ``assignee=folders/123``
- ``assignee=organizations/456``
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
should not be set.
Expand Down Expand Up @@ -1802,7 +1801,6 @@ async def search_all_assignments(
- ``assignee=folders/123``
- ``assignee=organizations/456``
This corresponds to the ``query`` 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 @@ -1832,7 +1832,6 @@ def search_assignments(
- ``assignee=folders/123``
- ``assignee=organizations/456``
This corresponds to the ``query`` field
on the ``request`` instance; if ``request`` is provided, this
should not be set.
Expand Down Expand Up @@ -1958,7 +1957,6 @@ def search_all_assignments(
- ``assignee=folders/123``
- ``assignee=organizations/456``
This corresponds to the ``query`` 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-bigquery-reservation/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=97")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

Expand Down
110 changes: 0 additions & 110 deletions packages/google-cloud-bigquery-reservation/owlbot.py

This file was deleted.

0 comments on commit caba594

Please sign in to comment.