1
0
Fork 0
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:
Dominic 2020-05-03 18:21:50 +02:00
parent 992d9be195
commit 328ebf821e
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
13 changed files with 29 additions and 19 deletions

View file

@ -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