coverage resutlts as a CI artifact

This commit is contained in:
Lesenechal Remi 2019-12-26 18:12:07 +01:00
parent d0ea94b472
commit f16f16e4b3

View File

@ -85,6 +85,10 @@ local-dune-job:
- scripts/install_vendors_deps.sh
- scripts/build_ligo_local.sh
- dune runtest
- make coverage
artifacts:
paths:
- _coverage_all
# Run a docker build without publishing to the registry
build-current-docker-image: