diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25f1227..ac5fc1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,4 +95,4 @@ jobs: - name: Combine coverage and fail if it's <100% run: | python -m coverage html --skip-covered --skip-empty - python -m coverage report --fail-under=96.62 + python -m coverage report --fail-under=96.52 diff --git a/README.md b/README.md index 01f4991..eb77b76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![PyPI release](https://img.shields.io/pypi/v/ambient-toolbox.svg)](https://pypi.org/project/ambient-toolbox/) [![Downloads](https://static.pepy.tech/badge/ambient-toolbox)](https://pepy.tech/project/ambient-toolbox) -[![Coverage](https://img.shields.io/badge/Coverage-96.62%25-success)](https://github.com/ambient-innovation/ambient-toolbox/actions?workflow=CI) +[![Coverage](https://img.shields.io/badge/Coverage-96.52%25-success)](https://github.com/ambient-innovation/ambient-toolbox/actions?workflow=CI) [![Linting](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Coding Style](https://img.shields.io/badge/code%20style-Ruff-000000.svg)](https://github.com/astral-sh/ruff) [![Documentation Status](https://readthedocs.org/projects/ambient-toolbox/badge/?version=latest)](https://ambient-toolbox.readthedocs.io/en/latest/?badge=latest)