Skip to content

Commit 01a9943

Browse files
committed
Add codecov badge to README.md
1 parent de9e951 commit 01a9943

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

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

33
[![Build](https://img.shields.io/github/checks-status/smkent/cookie-python/main?label=build)][gh-actions]
4+
[![codecov](https://codecov.io/gh/smkent/cookie-python/branch/main/graph/badge.svg)][codecov]
45
[![GitHub stars](https://img.shields.io/github/stars/smkent/cookie-python?style=social)][repo]
56

67
[![cookie-python][logo]](#)
@@ -17,7 +18,7 @@ A template for new Python projects, with:
1718
* [bandit][bandit]
1819
* [cruft][cruft]
1920
* GitHub Actions support
20-
* Coverage reports with [codecov.io][codecov]
21+
* Coverage reports with [codecov.io][codecovio]
2122

2223
## Poetry installation
2324

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

6465
[bandit]: https://github.com/PyCQA/bandit
6566
[black]: https://github.com/psf/black
66-
[codecov]: https://codecov.io
67+
[codecov]: https://codecov.io/gh/smkent/cookie-python
68+
[codecovio]: https://codecov.io
6769
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
6870
[cruft]: https://github.com/cruft/cruft
6971
[flake8-bugbear]: https://github.com/PyCQA/flake8-bugbear

0 commit comments

Comments
 (0)