mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
fix_: INTEGRATION_TESTS_REPORT_CODECOV true
This commit is contained in:
parent
a7466f5644
commit
12246dce49
@ -11,7 +11,7 @@ pipeline {
|
||||
description: 'Name of branch to build.'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'UNIT_TEST_REPORT_CODECOV',
|
||||
name: 'INTEGRATION_TESTS_REPORT_CODECOV',
|
||||
defaultValue: true,
|
||||
description: 'Should the job report test coverage to Codecov?'
|
||||
)
|
||||
@ -35,8 +35,8 @@ pipeline {
|
||||
PKG_URL = "${currentBuild.absoluteUrl}/consoleText"
|
||||
|
||||
/* Hack-fix for params not being set in env on first job run. */
|
||||
BRANCH = "${params.BRANCH}"
|
||||
UNIT_TEST_REPORT_CODECOV = "${params.UNIT_TEST_REPORT_CODECOV}"
|
||||
BRANCH = "${params.BRANCH}"
|
||||
INTEGRATION_TESTS_REPORT_CODECOV = "${params.INTEGRATION_TESTS_REPORT_CODECOV}"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
x
Reference in New Issue
Block a user