Skip to content

Commit 418e2d1

Browse files
authored
Merge pull request #5 from fopina/typo
badge typo
2 parents 67ea39f + 5703aa2 commit 418e2d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* [ ] Add PYPI credentials to secrets
1919
* `PYPI_USERNAME` and `PYPI_TOKEN` to publish tags to pypi
2020
* `TESTPYPI_USERNAME` and `TESTPYPI_TOKEN` to publish dev branches to testpypi
21+
* [ ] Add [codecov](https://app.codecov.io/github/fopina/) token
22+
* `CODECOV_TOKEN` taken from link above
2123
* [ ] Replace this README.md - template below
2224

2325
## Notes
@@ -36,7 +38,7 @@ Yet another approach is to simply use an entirely different package name for the
3638
# fp-github-template-example
3739

3840
[![ci](https://github.com/fopina/python-package-template/actions/workflows/publish-main.yml/badge.svg)](https://github.com/fopina/python-package-template/actions/workflows/publish-main.yml)
39-
[![tests](https://github.com/fopina/python-package-template/actions/workflows/tests.yml/badge.svg)](https://github.com/fopina/python-package-template/actions/workflows/tests.yml)
41+
[![test](https://github.com/fopina/python-package-template/actions/workflows/test.yml/badge.svg)](https://github.com/fopina/python-package-template/actions/workflows/test.yml)
4042
[![codecov](https://codecov.io/github/fopina/python-package-template/graph/badge.svg)](https://codecov.io/github/fopina/python-package-template)
4143
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/fp-github-template-example.svg)](https://pypi.org/project/fp-github-template-example/)
4244
[![Current version on PyPi](https://img.shields.io/pypi/v/django-bulk-update-or-create)](https://pypi.org/project/fp-github-template-example/)

0 commit comments

Comments
 (0)