mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 08:30:42 +00:00
merge workspace and main crate
This commit is contained in:
parent
52679ad29d
commit
5587ded60d
45 changed files with 58 additions and 67 deletions
|
@ -27,7 +27,7 @@ test-all:
|
|||
script:
|
||||
- cargo test --workspace --all-features --doc
|
||||
- cargo test trybuild_ui -- --ignored
|
||||
- cargo tarpaulin --target-dir target/tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'gotham_restful_derive/*' --exclude-files 'example/*' --ignore-panics --ignore-tests --out Html -v
|
||||
- cargo tarpaulin --target-dir target/tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'derive/*' --exclude-files 'example/*' --ignore-panics --ignore-tests --out Html -v
|
||||
artifacts:
|
||||
paths:
|
||||
- tarpaulin-report.html
|
||||
|
@ -40,7 +40,7 @@ readme:
|
|||
stage: test
|
||||
image: msrd0/cargo-readme
|
||||
script:
|
||||
- cargo readme -r gotham_restful -t ../README.tpl >README.md.new
|
||||
- cargo readme -t README.tpl >README.md.new
|
||||
- diff README.md README.md.new
|
||||
|
||||
publish:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue