Skip to content

Commit d8afe14

Browse files
committed
update README.md
1 parent 25d2cd1 commit d8afe14

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# PythonPackageTemplate
22

3-
[![Documentation](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/docs.yml/badge.svg)](https://robert-lieck.github.io/PythonPackageTemplate/)
3+
[![tests](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/tests.yml/badge.svg)](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/tests.yml)
4+
[![codecov](https://codecov.io/gh/robert-lieck/PythonPackageTemplate/branch/main/graph/badge.svg?token=XAUCWNS7II)](https://codecov.io/gh/robert-lieck/PythonPackageTemplate)
45

56
![build](https://github.com/robert-lieck/PythonPackageTemplate/workflows/build/badge.svg)
67
[![PyPI version](https://badge.fury.io/py/PythonPackageTemplate.svg)](https://badge.fury.io/py/PythonPackageTemplate)
78

8-
[![test_main](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/test_main.yml/badge.svg)](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/test_main.yml)
9-
[![codecov](https://codecov.io/gh/robert-lieck/PythonPackageTemplate/branch/main/graph/badge.svg?token=XAUCWNS7II)](https://codecov.io/gh/robert-lieck/PythonPackageTemplate)
10-
9+
[![docs](https://github.com/robert-lieck/PythonPackageTemplate/actions/workflows/docs.yml/badge.svg)](https://robert-lieck.github.io/PythonPackageTemplate/)
1110
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1211

13-
1412
A template repo for Python packages featuring:
1513
- main/dev branch workflow
1614
- unittests

0 commit comments

Comments
 (0)