mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
some housekeeping
This commit is contained in:
parent
6e9d8bd158
commit
756fd3a98a
2 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,8 @@ test-default:
|
||||||
before_script:
|
before_script:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo test --all
|
- cargo test --workspace --lib --tests
|
||||||
|
- cargo test --workspace --doc
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- cargo/
|
- cargo/
|
||||||
|
@ -25,7 +26,8 @@ test-all:
|
||||||
- apk add --no-cache bash curl
|
- apk add --no-cache bash curl
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'example/*' --out Xml
|
- cargo test --workspace --all-features --doc
|
||||||
|
- cargo tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'example/*' --ignore-panics --ignore-tests --out Xml -v
|
||||||
- wget -qO- https://codecov.io/bash | bash -s -- -y .codecov.yml -X gcov
|
- wget -qO- https://codecov.io/bash | bash -s -- -y .codecov.yml -X gcov
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -42,3 +42,6 @@ default = []
|
||||||
auth = ["gotham_restful_derive/auth", "base64", "cookie", "jsonwebtoken"]
|
auth = ["gotham_restful_derive/auth", "base64", "cookie", "jsonwebtoken"]
|
||||||
database = ["gotham_restful_derive/database", "gotham_middleware_diesel"]
|
database = ["gotham_restful_derive/database", "gotham_middleware_diesel"]
|
||||||
openapi = ["gotham_restful_derive/openapi", "indexmap", "log", "openapiv3"]
|
openapi = ["gotham_restful_derive/openapi", "indexmap", "log", "openapiv3"]
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue