1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00

fix(#10970): codecov branch badge (#10971)

This commit is contained in:
Djordy Koert 2025-03-26 22:17:17 +01:00 committed by GitHub
parent 1fcc0f7aa5
commit b7fd897103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,7 +145,7 @@ export default class Codecov extends BaseSvgScrapingService {
async fetch({ vcsName, user, repo, branch, token, flag }) {
const url = `https://codecov.io/${vcsName}/${user}/${repo}${
branch ? `/branches/${branch}` : ''
branch ? `/branch/${branch}` : ''
}/graph/badge.svg`
return this._requestSvg({
schema,