Skip to content

Commit 9195501

Browse files
committed
fix(django-spanner): update fail_under to 68 in .coveragerc to match unit test coverage threshold
1 parent 4664b30 commit 9195501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/django-google-spanner/.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source =
1717
*/site-packages/django_spanner
1818

1919
[report]
20-
fail_under = 100
20+
fail_under = 68
2121
show_missing = True
2222
exclude_lines =
2323
# Re-enable the standard pragma

0 commit comments

Comments
 (0)