mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-19 22:44:38 +00:00
add codecov badge
This commit is contained in:
parent
2c31251cb2
commit
92410ddd5b
4 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,7 @@
|
||||||
# gotham_restful [](https://gitlab.com/msrd0/gotham-restful/commits/master)
|
# gotham_restful
|
||||||
|
|
||||||
|
[](https://gitlab.com/msrd0/gotham-restful/commits/master)
|
||||||
|
[](https://codecov.io/gl/msrd0/gotham-restful)
|
||||||
|
|
||||||
This crate is an extension to the popular [gotham web framework][gotham] for Rust. The idea is to
|
This crate is an extension to the popular [gotham web framework][gotham] for Rust. The idea is to
|
||||||
have several RESTful resources that can be added to the gotham router. This crate will take care
|
have several RESTful resources that can be added to the gotham router. This crate will take care
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
# {{crate}} {{badges}}
|
# {{crate}}
|
||||||
|
|
||||||
|
{{badges}}
|
||||||
|
|
||||||
{{readme}}
|
{{readme}}
|
||||||
|
|
|
@ -14,6 +14,7 @@ repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
|
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4", optional = true }
|
chrono = { version = "0.4", optional = true }
|
||||||
|
|
|
@ -17,17 +17,13 @@ proc-macro = true
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
|
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = { version = "1", features = ["extra-traits", "full"] }
|
syn = { version = "1", features = ["extra-traits", "full"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
fake = "2.2"
|
|
||||||
log = "0.4"
|
|
||||||
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["openapi"]
|
default = ["openapi"]
|
||||||
openapi = []
|
openapi = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue