diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-01 16:46:55 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-01 16:49:09 +0800 |
commit | 7346613b8d20cf4563e5f582e2a5963f1529166e (patch) | |
tree | 85e5e38d4f32628dc11aa1403967dcf12dfee179 /zte/vmanager | |
parent | 67f1d734060a0a4ac810c159b86d3e18fe1fb842 (diff) |
Change vfc-ztevnfmdriver coverage scan
Change-Id: Id0ec322a516b0b2218f474b4acb692a09527ba98
Issue-ID: VFC-781
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte/vmanager')
-rw-r--r-- | zte/vmanager/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml index 54c8ec6a..f6a20dcf 100644 --- a/zte/vmanager/pom.xml +++ b/zte/vmanager/pom.xml @@ -34,7 +34,7 @@ <sonar.language>py</sonar.language> <sonar.pluginname>python</sonar.pluginname> <sonar.inclusions>**/**.py</sonar.inclusions> - <sonar.exclusions>tests/*,setup.py</sonar.exclusions> + <sonar.exclusions>**/tests/**.py,**/test*.py,**/__init__.py,setup.py</sonar.exclusions> </properties> <description>vfc nfvo driver-vnfm-svnfm-zte-vmanager</description> <build> |