From 983f729d7e7a5b514be0c6a685460a0e54114494 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Aug 2022 03:19:49 -0700 Subject: [PATCH] Add test and coverage badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faded5..02c9670 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![PyPI](https://img.shields.io/pypi/v/lazy_loader?style=for-the-badge) +[![PyPI](https://img.shields.io/pypi/v/lazy_loader)](https://pypi.org/project/lazy_loader/) +[![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) +[![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) `lazy_loader` makes it easy to load subpackages and functions on demand.