Skip to content

Commit

Permalink
Merge branch 'main' into PAN-1881-add-sonar-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored May 10, 2024
2 parents ebae087 + 7791ec9 commit cb5c28c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pantos-common"
version = "1.1.0"
description = "Common code for Pantos off-chain components."
authors = ["Pantos <[email protected]>"]
authors = ["Pantos GmbH <[email protected]>"]
license = "GPL-3.0-only"
readme = "README.md"
packages = [
Expand Down

0 comments on commit cb5c28c

Please sign in to comment.