Switch Cobertura job URL (#10217)
This commit is contained in:
committed by
GitHub
parent
39a17b69d3
commit
f1727a38c1
@@ -120,7 +120,7 @@ export default class JenkinsCoverage extends JenkinsBase {
|
||||
}),
|
||||
queryParam({
|
||||
name: 'jobUrl',
|
||||
example: 'https://jenkins.sqlalchemy.org/job/alembic_coverage',
|
||||
example: 'https://jenkins.sqlalchemy.org/job/dogpile_coverage',
|
||||
required: true,
|
||||
}),
|
||||
],
|
||||
|
||||
@@ -27,7 +27,7 @@ t.create('cobertura: job not found')
|
||||
|
||||
t.create('cobertura: job found')
|
||||
.get(
|
||||
'/cobertura.json?jobUrl=https://jenkins.sqlalchemy.org/job/alembic_coverage',
|
||||
'/cobertura.json?jobUrl=https://jenkins.sqlalchemy.org/job/dogpile_coverage',
|
||||
)
|
||||
.expectBadge({ label: 'coverage', message: isIntegerPercentage })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user