add tarpaulin coverage

This commit is contained in:
Marcel Märtens 2019-11-19 22:31:51 +01:00
parent 5609031391
commit 67b589b3c9

View File

@ -142,6 +142,16 @@ unittests:
- echo "Workaround, cargo tests fails due some rust files are already deleted, so we just stack cargo test. if its the os error, it wont appear on them all, if its a real error, it will retry and then fail" - echo "Workaround, cargo tests fails due some rust files are already deleted, so we just stack cargo test. if its the os error, it wont appear on them all, if its a real error, it will retry and then fail"
- cargo test || cargo test || cargo test || cargo test - cargo test || cargo test || cargo test || cargo test
coverage:
stage: post
when: delayed
start_in: 5 seconds
tags:
- veloren-docker
script:
- cargo tarpaulin -v
allow_failure: true
benchmarks: benchmarks:
stage: post stage: post
when: delayed when: delayed