Disable coverage for merge

This commit is contained in:
Forest Anderson 2020-08-20 14:41:15 -04:00
parent 2dfd3b13d1
commit 8e70bc4a3e

View File

@ -20,15 +20,15 @@ benchmarks:
retry: retry:
max: 2 max: 2
# Coverage is needed on master for the README.md badge to work # # Coverage is needed on master for the README.md badge to work
coverage: # coverage:
extends: .recompile # extends: .recompile
stage: build # stage: build
script: # script:
- ln -s /dockercache/cache-tarpaulin target # - ln -s /dockercache/cache-tarpaulin target
- cargo tarpaulin -v # - cargo tarpaulin -v
retry: # retry:
max: 2 # max: 2
#linux, windows, macos builds here as template #linux, windows, macos builds here as template
.tlinux: .tlinux: