Delete deprecated Codetally and continuousphp services (#7572)

This commit is contained in:
Pierre-Yves Bigourdan
2022-02-05 15:43:13 +00:00
committed by GitHub
parent 449b8ed28f
commit 4163856357
5 changed files with 2 additions and 58 deletions

View File

@@ -94,6 +94,8 @@ Here is a listing of all deleted badges that were once part of the Shields.io se
- Cauditor
- CocoaPods Apps
- CocoaPods Downloads
- Codetally
- continuousphp
- Coverity
- Dockbit
- Dotnet Status

View File

@@ -1,13 +0,0 @@
import { deprecatedService } from '../index.js'
export default [
deprecatedService({
category: 'funding',
label: 'codetally',
route: {
base: 'codetally',
pattern: ':owner/:repo',
},
dateAdded: new Date('2020-09-05'),
}),
]

View File

@@ -1,14 +0,0 @@
import { ServiceTester } from '../tester.js'
export const t = new ServiceTester({
id: 'Codetally',
title: 'Codetally',
pathPrefix: '/codetally',
})
t.create('no longer available')
.get('/triggerman722/colorstrap.json')
.expectBadge({
label: 'codetally',
message: 'no longer available',
})

View File

@@ -1,11 +0,0 @@
import { deprecatedService } from '../index.js'
export default deprecatedService({
category: 'build',
route: {
base: 'continuousphp',
pattern: ':various+',
},
label: 'continuousphp',
dateAdded: new Date('2020-12-12'),
})

View File

@@ -1,20 +0,0 @@
import { ServiceTester } from '../tester.js'
export const t = new ServiceTester({
id: 'continuousphp',
title: 'Continuousphp',
})
t.create('no longer available (previously build status on default branch)')
.get('/git-hub/doctrine/dbal.json')
.expectBadge({
label: 'continuousphp',
message: 'no longer available',
})
t.create('no longer available (previously build status on named branch)')
.get('/git-hub/doctrine/dbal/develop.json')
.expectBadge({
label: 'continuousphp',
message: 'no longer available',
})