diff --git a/.github/workflows/push-poetry.yaml b/.github/workflows/push-poetry.yaml index 32add21..292abeb 100644 --- a/.github/workflows/push-poetry.yaml +++ b/.github/workflows/push-poetry.yaml @@ -3,7 +3,7 @@ name: 🎨 poetry (push) on: push: - branches: [main, ci/refactor] + branches: [main] tags: [v*] jobs: diff --git a/README.md b/README.md index 8c4931e..7bd304e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # DICOM Echo [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![🎨 poetry (push)](https://github.com/rusty-dicom/dicom-echo/actions/workflows/push-poetry.yaml/badge.svg)](https://github.com/rusty-dicom/dicom-echo/actions/workflows/push-poetry.yaml) +[![pylint](https://rusty-dicom.github.io/dicom-echo/reports/pylint.svg)](https://rusty-dicom.github.io/dicom-echo/reports/pylint-report.txt) +[![codecov](https://codecov.io/gh/rusty-dicom/dicom-echo/graph/badge.svg?token=BuC4vpbbD0)](https://codecov.io/gh/rusty-dicom/dicom-echo) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/rusty-dicom/dicom-echo/main.svg)](https://results.pre-commit.ci/latest/github/rusty-dicom/dicom-echo/main) +[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://rusty-dicom.github.io/dicom-echo/reports/mypy-html) +[![docs: pdoc](https://img.shields.io/badge/docs-pdoc-blueviolet?logo=github)](https://rusty-dicom.github.io/dicom-echo/dicom_echo.html) +[![readthedocs](https://readthedocs.org/projects/dicom-echo/badge/?version=latest)](https://dicom-echo.readthedocs.io/en/latest/home.html) +[![PyPI version](https://badge.fury.io/py/dicom-echo.svg)](https://badge.fury.io/py/dicom-echo) +[![Downloads](https://static.pepy.tech/badge/dicom-echo)](https://pepy.tech/project/dicom-echo) A lightweight, cross-platform, blazingly fast implementation of the `C-ECHO`[^1] DICOM procedure. 🔥 diff --git a/src/dicom_echo/__init__.py b/src/dicom_echo/__init__.py index 2b7e10d..4db952f 100644 --- a/src/dicom_echo/__init__.py +++ b/src/dicom_echo/__init__.py @@ -1,5 +1,5 @@ """.. include:: ../../README.md - :start-line: 3 + :start-line: 2 # Submodules