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
5c83a2969b
commit
6babd428a7
@ -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"
|
||||
- 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:
|
||||
stage: post
|
||||
when: delayed
|
||||
|
Loading…
x
Reference in New Issue
Block a user