Merge branch 'master' into dev-0.3.0

This commit is contained in:
lash 2023-02-04 10:02:17 +00:00
commit a251d8f19d
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ gmon.out
*.egg-info *.egg-info
venv venv
.idea .idea
.venv

View File

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