From b0eb866eb2a56c8a7cf1bd9183451226b890d77e Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 22 Mar 2018 22:07:56 +0800 Subject: [PATCH] Added run-sonar.sh script Try to mimic optf/has to add run-sonar.sh script to trigger tox test to generate the code coverage report. Change-Id: Ie44ae58ab4b870aea938dcda1661b08d899fa0a8 Issue-ID: VNFSDK-210 Signed-off-by: Lianhao Lu --- run_sonar.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run_sonar.sh diff --git a/run_sonar.sh b/run_sonar.sh new file mode 100755 index 0000000..6b99f84 --- /dev/null +++ b/run_sonar.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tox -- 2.16.6