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