Delete deprecated Codetally and continuousphp services (#7572)
This commit is contained in:
committed by
GitHub
parent
449b8ed28f
commit
4163856357
@@ -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
|
||||
|
||||
@@ -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'),
|
||||
}),
|
||||
]
|
||||
@@ -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',
|
||||
})
|
||||
@@ -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'),
|
||||
})
|
||||
@@ -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',
|
||||
})
|
||||
Reference in New Issue
Block a user