Add quality category and sort a couple other badges [scrutinizer] (#2483)

Ref #1905
This commit is contained in:
Paul Melnikow
2018-12-12 14:59:46 -05:00
committed by GitHub
parent f6da548dc3
commit 38ca6fc396
21 changed files with 49 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ const schema = Joi.object({
module.exports = class CodacyCoverage extends BaseSvgScrapingService {
static get category() {
return 'build'
return 'quality'
}
static get route() {

View File

@@ -8,7 +8,7 @@ const schema = Joi.object({ message: codacyGrade }).required()
module.exports = class CodacyGrade extends BaseSvgScrapingService {
static get category() {
return 'build'
return 'quality'
}
static get route() {