Skip to content

Commit 2c96f9e

Browse files
authored
Merge pull request #82 from smkent/readme-badges
Add additional badges to README.md
2 parents c49a336 + 5820d18 commit 2c96f9e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# [Cookiecutter][cookiecutter] template for new Python projects
22

3+
[![PyPI](https://img.shields.io/pypi/v/cookie-python)][pypi]
4+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cookie-python)][pypi]
35
[![Build](https://img.shields.io/github/checks-status/smkent/cookie-python/main?label=build)][gh-actions]
6+
[![codecov](https://codecov.io/gh/smkent/cookie-python/branch/main/graph/badge.svg)][codecov]
47
[![GitHub stars](https://img.shields.io/github/stars/smkent/cookie-python?style=social)][repo]
58

69
[![cookie-python][logo]](#)
@@ -17,7 +20,7 @@ A template for new Python projects, with:
1720
* [bandit][bandit]
1821
* [cruft][cruft]
1922
* GitHub Actions support
20-
* Coverage reports with [codecov.io][codecov]
23+
* Coverage reports with [codecov.io][codecovio]
2124

2225
## Poetry installation
2326

@@ -63,7 +66,8 @@ cookiecutter https://github.com/smkent/cookie-python
6366

6467
[bandit]: https://github.com/PyCQA/bandit
6568
[black]: https://github.com/psf/black
66-
[codecov]: https://codecov.io
69+
[codecov]: https://codecov.io/gh/smkent/cookie-python
70+
[codecovio]: https://codecov.io
6771
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
6872
[cruft]: https://github.com/cruft/cruft
6973
[flake8-bugbear]: https://github.com/PyCQA/flake8-bugbear
@@ -78,5 +82,6 @@ cookiecutter https://github.com/smkent/cookie-python
7882
[poetry-installation]: https://python-poetry.org/docs/#installation
7983
[poetry]: https://python-poetry.org/
8084
[pre-commit]: https://pre-commit.com/
85+
[pypi]: https://pypi.org/project/cookie-python/
8186
[pytest]: https://docs.pytest.org
8287
[repo]: https://github.com/smkent/cookie-python

0 commit comments

Comments
 (0)