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:
Marcel Märtens 2019-11-21 15:25:08 +01:00
parent e0d5376852
commit 1093d51c41

View File

@ -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