-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
rust: add badges for crates.io #587
Conversation
Codecov Report
@@ Coverage Diff @@
## rust-doc #587 +/- ##
=========================================
Coverage 98.23% 98.23%
=========================================
Files 62 62
Lines 9023 9023
=========================================
Hits 8864 8864
Misses 159 159 |
@@ -15,3 +15,8 @@ edition = "2018" | |||
[build-dependencies] | |||
bindgen = "0.54.0" | |||
cmake = "0.1" | |||
|
|||
[badges] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bindings/rust/README.md
Outdated
@@ -0,0 +1,5 @@ | |||
# Fizzy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the readme which will be displayed on crates.io
bindings/rust/Cargo.toml
Outdated
|
||
[badges] | ||
circle-ci = { repository = "https://github.com/wasmx/fizzy" } | ||
codecov = { repository = "https://github.com/wasmx/fizzy" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this should be:
codecov = { repository = "https://github.com/wasmx/fizzy" } | |
codecov = { repository = "wasmx/fizzy", service = "github" } |
bindings/rust/Cargo.toml
Outdated
@@ -15,3 +15,8 @@ edition = "2018" | |||
[build-dependencies] | |||
bindgen = "0.54.0" | |||
cmake = "0.1" | |||
|
|||
[badges] | |||
circle-ci = { repository = "https://github.com/wasmx/fizzy" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this should be:
circle-ci = { repository = "https://github.com/wasmx/fizzy" } | |
circle-ci = { repository = "wasmx/fizzy" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know either.
No description provided.