mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 08:30:42 +00:00
some minor improvements
This commit is contained in:
parent
992d9be195
commit
328ebf821e
13 changed files with 29 additions and 19 deletions
|
@ -26,7 +26,7 @@ test-all:
|
|||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --all-features --doc
|
||||
- cargo 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 'gotham_restful_derive/*' --exclude-files 'example/*' --ignore-panics --ignore-tests --out Html -v
|
||||
artifacts:
|
||||
paths:
|
||||
- tarpaulin-report.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue