Selaa lähdekoodia

Raise the bar on coverage requirements

Rodolfo Carvalho 8 vuotta sitten
vanhempi
commit
df1fd5b8f9
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      .coveragerc
  2. 1 1
      utils/.coveragerc

+ 1 - 1
.coveragerc

@@ -12,7 +12,7 @@ omit =
     *_tests.py
 
 [report]
-fail_under = 25
+fail_under = 28
 
 [html]
 directory = cover

+ 1 - 1
utils/.coveragerc

@@ -12,7 +12,7 @@ omit =
     *_tests.py
 
 [report]
-fail_under = 70
+fail_under = 73
 
 [html]
 directory = cover