Skip to content

Commit

Permalink
fix incorrect codecov config link (#10511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Sep 7, 2024
1 parent 9717fc2 commit ecb5bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/codecov/codecov.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const badgeTokenPattern = /^\w{10}$/
const description = `
You may specify a Codecov badge token to get coverage for a private repository.
You can find the token under the badge section of your project settings page, in this url: <code>https://codecov.io/[vcsName]/[user]/[repo]/settings/badge</code>.
You can find the token under the badge section of your project settings page, in this url: <code>https://codecov.io/[vcsName]/[user]/[repo]/config/badge</code>.
`

export default class Codecov extends BaseSvgScrapingService {
Expand Down

0 comments on commit ecb5bf2

Please sign in to comment.