Skip to content

Commit

Permalink
chore: fix readme and test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Mar 27, 2024
1 parent 102bdc5 commit 7b60fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b60fc1

Please sign in to comment.