Skip to content

Commit

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

* test: increase code coverage

* 🦉 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] authored Oct 19, 2021
1 parent 36a26e3 commit f7f8c2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 86 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4
2 changes: 2 additions & 0 deletions packages/google-cloud-bigquery-connection/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 Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/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=99")
session.run("coverage", "report", "--show-missing", "--fail-under=100")

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

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ google-api-core==1.26.0
proto-plus==1.4.0
grpc-google-iam-v1==0.12.3
packaging==14.3
# TODO: remove once google-auth>=1.25.0 is required transitively
# through google-api-core>=1.28.0
google-auth==1.24.0

0 comments on commit f7f8c2b

Please sign in to comment.