Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 37d35d0

Browse files
committed
Update code coverage percentage to 98
1 parent 1ae91a1 commit 37d35d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ omit =
2222
google/cloud/__init__.py
2323

2424
[report]
25-
fail_under = 99
25+
fail_under = 98
2626
show_missing = True
2727
exclude_lines =
2828
# Re-enable the standard pragma

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
3131
system_test_python_versions=["3.9", "3.14"],
3232
default_python_version="3.13",
33-
cov_level=99,
33+
cov_level=98,
3434
intersphinx_dependencies={
3535
"pandas": "https://pandas.pydata.org/pandas-docs/stable/"
3636
},

0 commit comments

Comments
 (0)