1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-10 08:30:42 +00:00

dump codecov.io and redo badges

This commit is contained in:
Dominic 2020-04-12 22:30:17 +02:00
parent 095686f390
commit 93cbc36046
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 52 additions and 40 deletions

View file

@ -23,12 +23,13 @@ test-all:
stage: test
image: msrd0/rust:alpine-tarpaulin
before_script:
- apk add --no-cache bash curl
- cargo -V
script:
- 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
- cargo 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
cache:
paths:
- cargo/