Skip to content

Commit 01e4b02

Browse files
committed
Adds Coverage Enforcement for Tests
1 parent a440852 commit 01e4b02

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
verbosity=2
33
detailed-errors=1
44
with-coverage=1
5+
cover-min-percentage = 100
6+
cover-erase = true
57
cover-package=SoftLayer
6-
cover-html=1
8+
cover-html=1

0 commit comments

Comments
 (0)