Skip to content

Commit

Permalink
eat own tail
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Nov 20, 2023
1 parent 82131f9 commit 64f6948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/gitlab/gitlab-pipeline-coverage.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ t.create('Coverage (nonexistent branch)')
// present users with a more traditional and friendly 'Not Found'
// error message, we will simply display invalid
// https://github.com/badges/shields/pull/5538
// https://github.com/badges/shields/pull/9752
t.create('Coverage (nonexistent repo)')
.get('/this-repo/does-not-exist.json')
.expectBadge({
Expand Down
1 change: 1 addition & 0 deletions services/gitlab/gitlab-pipeline-status.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ t.create('Pipeline status (nonexistent branch)')
// present users with a more traditional and friendly 'Not Found'
// error message, we will simply display invalid
// https://github.com/badges/shields/pull/5538
// https://github.com/badges/shields/pull/9752
t.create('Pipeline status (nonexistent repo)')
.get('/pipeline-status/this-repo/does-not-exist.json?branch=master')
.expectBadge({
Expand Down

0 comments on commit 64f6948

Please sign in to comment.