commit e2dab1b72075bacf90026e1bb4f1e9406f0abc14
parent 3f4008577ea2b6d0e69d76da3c4c2b3d0aaa13fd
Author: William Luke <william@atto-byte.com>
Date: Tue, 14 Jun 2022 02:54:03 +0000
Update .gitlab-ci.yml file
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -47,7 +47,9 @@ 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