From 677905277d2b9d8718ad9f28fc418122ab109cb0 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Wed, 28 Aug 2019 19:39:32 +0530 Subject: [PATCH] changes in file and environment --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 11493a99..cc873c55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,6 +86,7 @@ pipeline { python setup.py install pip install pylint pip install radon + pip install coverage ''' // sudo /home/cis/.local/bin/nosetests --with-xunit tests }