From b5873fb9296e6f3a6e4703bd492f650d624781ea Mon Sep 17 00:00:00 2001 From: William Luke Date: Mon, 13 Jun 2022 14:54:36 +0300 Subject: [PATCH 1/2] chore: bump deps --- .gitignore | 1 + python/requirements.txt | 2 +- python/setup.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b24426c..3cfb9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ gmon.out *.egg-info venv .idea +.venv \ No newline at end of file diff --git a/python/requirements.txt b/python/requirements.txt index 2fdf8c4..1548d5a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ confini>=0.5.6,<0.7.0 -chainlib-eth>=0.1.0b1,<0.2.0 +chainlib-eth>=0.3.0,<0.4.0 diff --git a/python/setup.cfg b/python/setup.cfg index 3575694..bf5405c 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.2.0 +version = 0.2.1 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no From 9f79827b496c5de6a390857b2dad0ea1b8bebde3 Mon Sep 17 00:00:00 2001 From: William Luke Date: Tue, 14 Jun 2022 04:32:03 +0000 Subject: [PATCH 2/2] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8acf20..1781a29 100644 --- 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