Temporarily disabled coverage build step due to issues building docker cache image

This commit is contained in:
Ben Wallis 2022-09-15 17:08:08 +01:00
parent ec2d1b0388
commit 693e3be066

View File

@ -55,18 +55,21 @@ 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
coverage: #
extends: .release # 15/09/2022 - Temporarily disabled by XVar due to coverage docker cache image build issues
stage: build #
image: registry.gitlab.com/veloren/veloren-docker-ci/cache/tarpaulin:${CACHE_IMAGE_TAG} #coverage:
coverage: '/^\d+.\d+% coverage/' # extends: .release
tags: ["veloren/veloren", "check"] # stage: build
script: # image: registry.gitlab.com/veloren/veloren-docker-ci/cache/tarpaulin:${CACHE_IMAGE_TAG}
- ln -s /dockercache/target target # coverage: '/^\d+.\d+% coverage/'
- cat ./.gitlab/scripts/coverage.sh # tags: ["veloren/veloren", "check"]
- source ./.gitlab/scripts/coverage.sh # script:
retry: # - ln -s /dockercache/target target
max: 2 # - cat ./.gitlab/scripts/coverage.sh
# - source ./.gitlab/scripts/coverage.sh
# retry:
# max: 2
#linux, windows, macos builds here as template #linux, windows, macos builds here as template
.tlinux-x86_64: .tlinux-x86_64: