Skip to content

Commit

Permalink
Switch Cobertura job URL
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jun 1, 2024
1 parent e7327e4 commit c84f2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/jenkins/jenkins-coverage.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
],
Expand Down
2 changes: 1 addition & 1 deletion services/jenkins/jenkins-coverage.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down

0 comments on commit c84f2b2

Please sign in to comment.