Skip to content

Commit cf33fb3

Browse files
increase coverage failure threshold
1 parent c05273d commit cf33fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ omit =
55
hcl2/lark_parser.py
66
hcl2/version.py
77
hcl2/__init__.py
8-
hcl2/rules/__init__.py
8+
hcl2/rules/__init__.py
99

1010
[report]
1111
show_missing = true
12-
fail_under = 80
12+
fail_under = 90

0 commit comments

Comments
 (0)