Skip to content

Commit e84f1d9

Browse files
kuisathaveratbeniwohli
authored andcommitted
[APM-CI] enable codecov report on pipeline (#432)
1 parent 5bf5909 commit e84f1d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,11 @@ class PythonParallelTaskGenerator extends DefaultParallelTaskGenerator {
222222
steps.junit(allowEmptyResults: false,
223223
keepLongStdio: true,
224224
testResults: "**/python-agent-junit.xml,**/target/**/TEST-*.xml")
225-
//steps.codecov(repo: 'apm-agent-python', basedir: "${BASE_DIR}", label: "${PYTHON_VERSION},${WEBFRAMEWORK}")
225+
steps.env.PYTHON_VERSION = "${x}"
226+
steps.env.WEBFRAMEWORK = "${y}"
227+
steps.codecov(repo: 'apm-agent-python',
228+
basedir: "${steps.env.BASE_DIR}",
229+
flags: "-e PYTHON_VERSION,WEBFRAMEWORK")
226230
}
227231
}
228232
}

0 commit comments

Comments
 (0)