1
0
mirror of https://github.com/badges/shields.git synced 2025-10-22 20:32:32 +03:00

tests: fix CodeClimate Analysis service tests (#4191)

This commit is contained in:
Caleb Cartwright
2019-10-18 13:33:12 -05:00
committed by GitHub
parent d0c5a599b1
commit 68c8b94d0c
2 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ module.exports = class CodeclimateAnalysis extends BaseJsonService {
namedParams: {
format: 'maintainability',
user: 'angular',
repo: 'angular.js',
repo: 'angular',
},
staticPreview: this.render({
variant: 'maintainability',
@@ -130,7 +130,7 @@ module.exports = class CodeclimateAnalysis extends BaseJsonService {
{
title: 'Code Climate technical debt',
pattern: 'tech-debt/:user/:repo',
namedParams: { user: 'jekyll', repo: 'jekyll' },
namedParams: { user: 'angular', repo: 'angular' },
staticPreview: this.render({
variant: 'tech-debt',
techDebtPercentage: 3.0,