Add Support for Activation and Deactivation
[dcaegen2/services.git] / components / pm-subscription-handler / tox.ini
index 523338d..5ba25d5 100644 (file)
@@ -30,7 +30,8 @@ deps=
 setenv =
     PYTHONPATH={toxinidir}/pmsh_service:{toxinidir}/pmsh_service/mod:{toxinidir}/tests
 commands=
-    pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term tests --verbose --cov-fail-under=0
+    pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term \
+    tests --verbose --cov-fail-under=70
 
 [testenv:flake8]
 basepython = python3