diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-02 17:23:26 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-02 17:23:26 +0800 |
commit | f95f792d9cd6ee3858e4d3bf89d23b1a461075ef (patch) | |
tree | 66cce6c08cb7c14ae78741a6acb3551709da328c /tox.ini | |
parent | 910bb6bc909965ce7c26741ebb8d5421393d26a6 (diff) |
Add Sonar coverage for vfc-nfvo-catalog
Change-Id: Ib55c4777613792f316977b886e0243d263a31d53
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" |