diff --git a/Makefile b/Makefile index 1ddd1d4..462a6ff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ PYTHON_FILES := pantos/common scripts tests +.PHONY: wheel +wheel: + poetry build -f wheel + .PHONY: code code: check format lint sort bandit test @@ -43,10 +47,6 @@ test: coverage: poetry run python3 -m pytest --cov-report term-missing --cov=pantos tests -.PHONY: wheel -wheel: - poetry build -f wheel - .PHONY: clean clean: rm -r -f build/ diff --git a/README.md b/README.md index f0f4395..c2d9d00 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![CI](https://github.com/pantos-io/common/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/pantos-io/common/actions/workflows/ci.yaml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pantos-io_common&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pantos-io_common) + # Common code for Pantos off-chain components ## 1. Introduction diff --git a/poetry.lock b/poetry.lock index 572c85f..9d4a7ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1447,13 +1447,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -3015,13 +3015,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.2" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.2-py3-none-any.whl", hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795"}, - {file = "werkzeug-3.0.2.tar.gz", hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index c06f772..924753d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pantos-common" version = "1.1.0" description = "Common code for Pantos off-chain components." -authors = ["Pantos "] +authors = ["Pantos GmbH "] license = "GPL-3.0-only" readme = "README.md" packages = [