Update .gitlab-ci.yml file

This commit is contained in:
William Luke 2022-06-14 04:32:03 +00:00
parent b5873fb929
commit 9f79827b49
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,10 @@ run-coverage:
coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts:
reports:
cobertura: python/htmlcov/index.html
coverage_report:
coverage_format: cobertura
path: python/htmlcov/index.html
slither-analyzer:
image: registry.gitlab.com/grassrootseconomics/cic-base-images/ci-solc-python:latest