diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-03 14:19:45 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-03 14:19:45 +0800 |
commit | cddbf9a32b1cccda81872d191b3e9d34ffe2ecfb (patch) | |
tree | c6b92d0f8449d7915064d6a0c53dd298677638e4 /mgr | |
parent | d8c5efec77c54f6354a88cc6350ff161f72e6676 (diff) |
Fix vfc-vnfmgr sonar job failure
Change-Id: I0b7938600897c286a69f780289ea3eaac7076cec
Issue-ID: VFC-781
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini index 19f978e..a1965d2 100644 --- a/mgr/tox.ini +++ b/mgr/tox.ini @@ -23,4 +23,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov
\ No newline at end of file +commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file |