We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following markdown in the README:
[![test coverage](https://img.shields.io/coveralls/github/mlms13/bs-decode.svg?style=flat-square)](https://coveralls.io/github/mlms13/bs-decode)
npms is producing the following metadata for the badge:
{ "urls": { "original": "https://img.shields.io/coveralls/github/mlms13/bs-decode.svg?style=flat-square", "service": "https://coveralls.io/repos/github/mlms13/badge.svg?branch=bs-decode", "shields": "https://img.shields.io/coveralls/github/mlms13/bs-decode.svg", "content": "https://img.shields.io/coveralls/github/mlms13/bs-decode.json" }, "info": { "service": "coveralls", "type": "coverage", "modifiers": { "branch": "bs-decode" } } }
Note that it's detecting the branch as bs-decode, which isn't a real branch, and it's producing an incorrect service URL as a result.
bs-decode
service
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the following markdown in the README:
npms is producing the following metadata for the badge:
Note that it's detecting the branch as
bs-decode
, which isn't a real branch, and it's producing an incorrectservice
URL as a result.The text was updated successfully, but these errors were encountered: