diff --git a/README.md b/README.md index ca1dc91..0d04451 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![PyPI](https://img.shields.io/pypi/v/sportident)](https://pypi.org/project/sportident/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sportident)](https://www.python.org/downloads/) -[![GitHub last commit](https://img.shields.io/github/last-commit/sportorg/sportident)](https://github.com/sportorg/sireader) -[![GitHub stars](https://img.shields.io/github/stars/sportorg/sportident?style=social)](https://github.com/sportorg/sireader) +[![GitHub last commit](https://img.shields.io/github/last-commit/sportorg/sireader)](https://github.com/sportorg/sireader) +[![GitHub stars](https://img.shields.io/github/stars/sportorg/sireader?style=social)](https://github.com/sportorg/sireader) sportIdent.py is a python module to communicate with a SportIdent main station to read out SportIdent cards. SportIdent is an electronic punching system mainly used for orienteering events. diff --git a/pyproject.toml b/pyproject.toml index 22b551c..949bcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ branch = true [tool.coverage.report] show_missing = true skip_covered = true -fail_under = 27 +fail_under = 20 [tool.pytest.ini_options] addopts = "--strict-markers --showlocals --verbosity 2"