mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-21 15:27:00 +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
|
Cargo.lock
|
||||||
|
cobertura.xml
|
||||||
|
tarpaulin-report.html
|
||||||
|
|
|
@ -12,7 +12,7 @@ test-default:
|
||||||
before_script:
|
before_script:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo test --workspace --lib --tests
|
- cargo test --workspace --lib
|
||||||
- cargo test --workspace --doc
|
- cargo test --workspace --doc
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# gotham_restful
|
# 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)
|
[](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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue