From e30acb2722e24f7991b76129ea11217a7a515681 Mon Sep 17 00:00:00 2001 From: "Betzer, Rony (rb844h)" Date: Tue, 16 Oct 2018 15:58:30 +0300 Subject: UT coverage report with tox and virtualenv UT coverage report with tox and virtualenv Change-Id: Id8d47b708e613246b44db5921e5f220306a35004 Issue-ID: SDC-1756 Signed-off-by: Betzer, Rony (rb844h) --- .gitignore | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1b7204..b070f47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.idea/* +*.pyc diff --git a/pom.xml b/pom.xml index d9ee0cc..091c339 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ python app/tests/*.py ${project.version} - true + -- cgit 1.2.3-korg