Przeglądaj źródła

Update tox configuration

Daniel Vincze 1 rok temu
rodzic
commit
4c7ec2cfa5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -21,7 +21,7 @@ setenv =
 commands =
   stestr run --no-subunit-trace {posargs}
   coverage combine
-  coverage report --fail-under=75 --skip-covered
+  coverage report --fail-under=82 --skip-covered
   coverage html -d cover
   coverage xml -o cover/coverage.xml