We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa53830 commit 038464cCopy full SHA for 038464c
script/jenkins/branches/Jenkinsfile
@@ -10,6 +10,7 @@ pipeline {
10
sh '''#!/bin/bash
11
export PATH=$PATH:$CONDAPATH
12
source activate climada_env
13
+ rm -f pylint.log
14
pylint -ry climada | tee pylint.log'''
15
16
recordIssues tools: [pyLint(pattern: 'pylint.log')]
@@ -21,6 +22,7 @@ pipeline {
21
22
23
24
25
+ rm -rf tests_xml/
26
python -m coverage run tests_runner.py unit
27
python -m coverage xml -o coverage.xml
28
python -m coverage html -d coverage'''
0 commit comments