diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-02-04 14:00:57 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-02-08 08:46:36 +0000 |
commit | 0384b57fa175d45f5c3947adb488ef572669bce1 (patch) | |
tree | 9c4d4ecf9693475a4e7b053338760cddc31606e3 /tox.ini | |
parent | e9dbe96626c23204bac7426bba69b4e2aedfbd8f (diff) |
Declare nested inputs in services
Distinguish service and xNFs inputs in schema
Add 'coverage' env in tox
Issue-ID: INT-2060
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I15c4ac2b2ddb28c938044b7e0a130a1644146f8b
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 |