Skip to content

Commit 26a19fe

Browse files
committed
chore(api-core): restore fail_under=100 in .coveragerc
1 parent edc0423 commit 26a19fe

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/google-api-core/.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
branch = True
33

44
[report]
5-
fail_under = 99
5+
fail_under = 100
66
show_missing = True
7+
omit =
8+
tests/*
9+
*/tests/*
710
exclude_lines =
811
# Re-enable the standard pragma
912
pragma: NO COVER

0 commit comments

Comments
 (0)