mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
manually set path to codecov yml
This commit is contained in:
parent
8c14070567
commit
370a73d49b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ test-all:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'example/*' --out Xml
|
- 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:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- cargo/
|
- cargo/
|
||||||
|
|
Loading…
Add table
Reference in a new issue