You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Badge tested using npm run badge https://img.shields.io/codecov/c/github/nelmio/NelmioApiDocBundle?branch=5.x&style=flat-square
Output is available here
Are you experiencing an issue with...
shields.io
🐞 Description
The codecov badge is displaying an incorrect percentage when mentioning a specific branch.
https://codecov.io/gh/nelmio/NelmioApiDocBundle/branch/5.x/graph/badge.svg
You can see that the percentage should be on
96%
for the5.x
branch.This can also be seen in the project README file: https://github.com/nelmio/NelmioApiDocBundle/blob/5.x/README.md
🔗 Link to the badge
https://img.shields.io/codecov/c/github/nelmio/NelmioApiDocBundle?branch=5.x&style=flat-square
💡 Possible Solution
shields/services/codecov/codecov.service.js
Line 148 in 1fcc0f7
Rename
branches
tobranch
https://community.codecov.com/t/difference-between-branch-and-branches-for-badges/3923/2
The text was updated successfully, but these errors were encountered: