mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
add tarpaulin coverage
This commit is contained in:
parent
5609031391
commit
67b589b3c9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user