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 }