diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-14 15:59:42 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-14 15:59:42 +0800 |
commit | 3d8a68fb65f118a3d12f8fdf8fd1e39158cfdb1b (patch) | |
tree | f4465cc1b305f8523e874b2c6e43d13614a2e050 /windriver | |
parent | 428c35e6c074be56bd22dc42ba9c4e828564f674 (diff) |
Fix sonar coverage issue for ocata
Change-Id: I716fb55a0da6bced6053084a18c2e2297e6708ec
Issue-ID: MULTICLOUD-171
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'windriver')
-rwxr-xr-x | windriver/mvn-phase-script.sh | 2 | ||||
-rw-r--r-- | windriver/tox.ini | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/windriver/mvn-phase-script.sh b/windriver/mvn-phase-script.sh index 938be328..ad1d6329 100755 --- a/windriver/mvn-phase-script.sh +++ b/windriver/mvn-phase-script.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018 VMware Corporation. +# Copyright (c) 2017-2018 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/windriver/tox.ini b/windriver/tox.ini index 424a867e..3a12bd31 100644 --- a/windriver/tox.ini +++ b/windriver/tox.ini @@ -25,11 +25,3 @@ commands=flake8 [testenv:cov] commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *site-packages*" -[testenv:cover] -setenv= - DJANGO_SETTINGS_MODULE = titanium_cloud.settings-cover -commands = - coverage erase - {[testenv]commands} - coverage xml -i - |