From 338ae6819b2e09a362fecf6c867541a1b171c3c8 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Mon, 5 Mar 2018 15:35:18 -0800 Subject: Fix Sonar coverage report Added maven-exec plugin to trigger tox and coverage Modified sonar properties to set the path to reports Modified .gitignore to add coverage related files Added test dependency junitxml Change-Id: I7e4bb5e4b6bc217b9778350c703d864e9f8ef0e2 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan --- conductor/test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conductor/test-requirements.txt') diff --git a/conductor/test-requirements.txt b/conductor/test-requirements.txt index 6bd93c6..3150f00 100644 --- a/conductor/test-requirements.txt +++ b/conductor/test-requirements.txt @@ -17,4 +17,5 @@ testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT os-testr>=1.0.0 # Apache-2.0 tempest>=11.0.0 # Apache-2.0 -pifpaf>=0.0.11 \ No newline at end of file +pifpaf>=0.0.11 +junitxml>=0.7 -- cgit 1.2.3-korg