Skip to content

Commit ae06887

Browse files
Add test and coverage badges (#26)
1 parent e1faf13 commit ae06887

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![PyPI](https://img.shields.io/pypi/v/lazy_loader?style=for-the-badge)
1+
[![PyPI](https://img.shields.io/pypi/v/lazy_loader)](https://pypi.org/project/lazy_loader/)
2+
[![Test status](https://github.com/scientific-python/lazy_loader/workflows/test/badge.svg?branch=main)](https://github.com/scientific-python/lazy_loader/actions?query=workflow%3A%22test%22)
3+
[![Test coverage](https://codecov.io/gh/scientific-python/lazy_loader/branch/main/graph/badge.svg)](https://app.codecov.io/gh/scientific-python/lazy_loader/branch/main)
24

35
`lazy_loader` makes it easy to load subpackages and functions on demand.
46

0 commit comments

Comments
 (0)