From 145648701486244f632cc6aaaa0f70a252db829a Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 25 Sep 2018 15:46:19 -0700 Subject: Create code coverage report The cover action target allows the creation of code coverage report during the Jenkins Job execution, giving an idea of the impact of the change submitted. Change-Id: Ia2b8d57a0f9235ace021baaa6f74370b6656e58f Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e4c62a1e..a9a06af0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .tox/ .*.swp *.log +coverage.html # Directories pkg -- cgit 1.2.3-korg