1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

manually set path to codecov yml

This commit is contained in:
Dominic 2019-10-14 16:07:19 +02:00
parent 8c14070567
commit 370a73d49b
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -25,7 +25,7 @@ test-all:
- cargo -V
script:
- cargo tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'example/*' --out Xml
- wget -qO- https://codecov.io/bash | bash -s -- -X gcov
- wget -qO- https://codecov.io/bash | bash -s -- -y .codecov.yml -X gcov
cache:
paths:
- cargo/