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
Right now the only way to discover which badges are supported in Cargo.toml is to carefully read the source.
The current list seems to be: "appveyor", "circle-ci", "gitlab", "travis-ci", "github",
"codecov", "coveralls", "is-it-maintained-issue-resolution",
"is-it-maintained-open-issues", "maintenance"
We could put these into the README. Better might be to support cargo readme --list-badges.
Either way, documentation on what each badge wants as text would also be helpful.
Let me know what you want to do and I'm happy to put together a PR.
The text was updated successfully, but these errors were encountered:
Right now the only way to discover which badges are supported in
Cargo.toml
is to carefully read the source.The current list seems to be: "appveyor", "circle-ci", "gitlab", "travis-ci", "github",
"codecov", "coveralls", "is-it-maintained-issue-resolution",
"is-it-maintained-open-issues", "maintenance"
We could put these into the
README
. Better might be to supportcargo readme --list-badges
.Either way, documentation on what each badge wants as text would also be helpful.
Let me know what you want to do and I'm happy to put together a PR.
The text was updated successfully, but these errors were encountered: