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:
parent
8c14070567
commit
370a73d49b
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue