mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-04 07:07:52 +00:00
housekeeping
This commit is contained in:
parent
0d218f2532
commit
9d21ea9cce
3 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@
|
|||
\#*
|
||||
.#*
|
||||
Cargo.lock
|
||||
cobertura.xml
|
||||
tarpaulin-report.html
|
||||
|
|
|
@ -12,7 +12,7 @@ test-default:
|
|||
before_script:
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --lib --tests
|
||||
- cargo test --workspace --lib
|
||||
- cargo test --workspace --doc
|
||||
cache:
|
||||
paths:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gotham_restful
|
||||
|
||||
[](https://gitlab.com/msrd0/gotham-restful/commits/master)
|
||||
[](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
|
||||
|
|
Loading…
Add table
Reference in a new issue