kopia lustrzana https://github.com/badgen/badgen.net
fix: correct typo in codeclimate badge
rodzic
ecfc6ebc85
commit
39a1514177
|
@ -96,7 +96,7 @@ const getReport = async (repoId, reportId, type, topic) => {
|
||||||
}
|
}
|
||||||
case 'maintainability-percentage':
|
case 'maintainability-percentage':
|
||||||
return {
|
return {
|
||||||
subject: 'maintainbality',
|
subject: 'maintainability',
|
||||||
status: attributes.ratings[0].measure.value.toFixed() + '%',
|
status: attributes.ratings[0].measure.value.toFixed() + '%',
|
||||||
color: gradeColors[attributes.ratings[0].letter] || 'red'
|
color: gradeColors[attributes.ratings[0].letter] || 'red'
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue