diff --git a/setup.cfg b/setup.cfg index 8224adf..ed88aa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ exclude = dist [pytest] -addopts = -v --cov=onedns --cov-report missing-term +addopts = -v --cov=onedns --cov-report term-missing [coverage:run] omit = onedns/tests/*