From 747f5fdf95bad0da5eaec4c47966e8764519cdb6 Mon Sep 17 00:00:00 2001 From: "Roy T. Smart" Date: Mon, 31 Aug 2026 06:53:11 -0600 Subject: [PATCH 1/2] Say which version is on PyPI The other packages of the group carry this badge and this one did not, having had nothing to point at until today. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef5891d..57142a9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Black](https://github.com/sun-data/utu/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/black.yml) [![Ruff](https://github.com/sun-data/utu/actions/workflows/ruff.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/ruff.yml) [![Documentation Status](https://readthedocs.org/projects/utu/badge/?version=latest)](https://utu.readthedocs.io/en/latest/?badge=latest) +[![PyPI version](https://badge.fury.io/py/utu.svg)](https://badge.fury.io/py/utu) A Python library of solar physics utilities built on [named arrays](https://github.com/sun-data/named-arrays). From 74d5b4b6d480ff2daac612a37cefddf1eb44bb80 Mon Sep 17 00:00:00 2001 From: "Roy T. Smart" Date: Mon, 31 Aug 2026 07:06:00 -0600 Subject: [PATCH 2/2] Say how much of the package the tests cover The badge the other packages of the group carry, in the place they carry it. Theirs name a token in the URL; a public repository does not need one, and this renders without. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57142a9..5b3e49c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # utu [![tests](https://github.com/sun-data/utu/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/tests.yml) +[![codecov](https://codecov.io/gh/sun-data/utu/graph/badge.svg)](https://codecov.io/gh/sun-data/utu) [![Black](https://github.com/sun-data/utu/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/black.yml) [![Ruff](https://github.com/sun-data/utu/actions/workflows/ruff.yml/badge.svg)](https://github.com/sun-data/utu/actions/workflows/ruff.yml) [![Documentation Status](https://readthedocs.org/projects/utu/badge/?version=latest)](https://utu.readthedocs.io/en/latest/?badge=latest)