IndigoUnited / node-detect-readme-badges

Scans a repository's readme file, searching for badges
MIT License
5 stars 9 forks source link

Does not support new codecov badge URL #53

Open bennycode opened 4 years ago

bennycode commented 4 years ago

The lib can detect "https://codecov.io/${service}/${user}/${repo}/graphs/badge.svg" but it cannot detect "https://codecov.io/${service}/${user}/${repo}/graph/badge.svg" (graph instead of graphs) which is the recommended URL shown by codecov:

Screenshot

image