mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
tarpaulin fails because it cannot parse Cargo.toml, somehow removing these lines makes tarpaulin run again, so we use it as a workaround/quickfix
This commit is contained in:
parent
e0d5376852
commit
1093d51c41
@ -145,6 +145,8 @@ coverage:
|
|||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-docker
|
||||||
script:
|
script:
|
||||||
|
- sed -i '/cargo-features/d' Cargo.toml
|
||||||
|
- sed -i '/profile.dev.overrides/,+1d' Cargo.toml
|
||||||
- cargo tarpaulin -v
|
- cargo tarpaulin -v
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user