diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -60,3 +60,10 @@ deps = types-PyYAML -rrequirements.txt commands = mypy --strict onap_data_provider/ + +[testenv:cov] +deps = + pytest-cov + -rrequirements.txt +commands = + pytest --cov-report term-missing --cov-report xml --cov-report html --cov=onap_data_provider --cov-fail-under=80 |