From 7b60fc16bed038ef18bdc6bffefa221c55e8aa98 Mon Sep 17 00:00:00 2001 From: Danil Akhtarov Date: Wed, 27 Mar 2024 12:35:58 +0400 Subject: [PATCH] chore: fix readme and test coverage --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"