Skip to content

Commit

Permalink
chore: update documentation link in README (#2)
Browse files Browse the repository at this point in the history
* chore: update documentation link in README

* 🦉 Updates from OwlBot

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

* coverage

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/master/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 Jun 28, 2021
1 parent 8c28b1d commit 13235b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-network-security/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ Next Steps
- View this `README`_ to see the full list of Cloud
APIs that we cover.

.. _Network Security API Product documentation: https://cloud.google.com/networksecurity/docs
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _Network Security API Product documentation: https://cloud.google.com/traffic-director/docs/reference/network-security/rest
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
2 changes: 1 addition & 1 deletion packages/google-cloud-network-security/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,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=100")
session.run("coverage", "report", "--show-missing", "--fail-under=99")

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

Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-network-security/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add templated files
# ----------------------------------------------------------------------------

templated_files = gcp.CommonTemplates().py_library(microgenerator=True)
templated_files = gcp.CommonTemplates().py_library(microgenerator=True, cov_level=99)
s.move(templated_files, excludes=[".coveragerc"]) # the microgenerator has a good coveragerc file

# ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-network-security/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
install_requires=dependencies,
include_package_data=True,
zip_safe=False,
)
)

0 comments on commit 13235b3

Please sign in to comment.