diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-27 08:57:33 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-27 08:57:33 +0800 |
commit | 6ae744712d4d2012ab98c4687847ce3f51ace986 (patch) | |
tree | 62d7d7f6461a7eef1f7ffba334dd2fe99e4f64a7 /lcm | |
parent | d3147f6df3cb6dde72eaae9a63850ce0b15f8a12 (diff) |
Fix vfc-vnflcm coverage issue
Change-Id: I49e50f15d19e90bb4058a85a16b849e1dbc9dfe8
Issue-ID: VFC-778
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini index 7474134e..fb11f013 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov |