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

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,