reenable coverage

This commit is contained in:
Marcel Märtens 2022-09-26 08:36:17 +02:00
parent 17c940e0f8
commit b6f6de62b5

View File

@ -55,21 +55,19 @@ benchmarks:
# Coverage is needed on master for the README.md badge to work # Coverage is needed on master for the README.md badge to work
# tmp remove simd as it doesnt work with tarpaulin: https://github.com/rust-lang/rust/issues/77529 # tmp remove simd as it doesnt work with tarpaulin: https://github.com/rust-lang/rust/issues/77529
#
# 15/09/2022 - Temporarily disabled by XVar due to coverage docker cache image build issues coverage:
# extends: .release
#coverage: stage: build
# extends: .release image: registry.gitlab.com/veloren/veloren-docker-ci/cache/tarpaulin:${CACHE_IMAGE_TAG}
# stage: build coverage: '/^\d+.\d+% coverage/'
# image: registry.gitlab.com/veloren/veloren-docker-ci/cache/tarpaulin:${CACHE_IMAGE_TAG} tags: ["veloren/veloren", "check"]
# coverage: '/^\d+.\d+% coverage/' script:
# tags: ["veloren/veloren", "check"] - ln -s /dockercache/target target
# script: - cat ./.gitlab/scripts/coverage.sh
# - ln -s /dockercache/target target - source ./.gitlab/scripts/coverage.sh
# - cat ./.gitlab/scripts/coverage.sh retry:
# - source ./.gitlab/scripts/coverage.sh max: 2
# retry:
# max: 2
#linux, windows, macos builds here as template #linux, windows, macos builds here as template
.tlinux-x86_64: .tlinux-x86_64: