mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
parent
1fcc0f7aa5
commit
b7fd897103
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user