diff options
Diffstat (limited to 'components/pm-subscription-handler/tox.ini')
-rw-r--r-- | components/pm-subscription-handler/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/tox.ini b/components/pm-subscription-handler/tox.ini index 6f0cb630..38acbbb8 100644 --- a/components/pm-subscription-handler/tox.ini +++ b/components/pm-subscription-handler/tox.ini @@ -31,7 +31,7 @@ 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 \ + pytest --junitxml xunit-results.xml --cov pmsh_service --cov-report xml --cov-report term-missing \ tests --verbose --cov-fail-under=70 [testenv:flake8] |