From d7e112293e783d9688885ced953a9d8be2429649 Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Sun, 18 Aug 2024 17:27:29 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Added=20more=20badges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99e5e86..7763090 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # anatomize -[![Tests][badge-tests]][link-tests] +[![Build][badge-build]][link-build] +[![Tests][badge-test]][link-test] [![Documentation][badge-docs]][link-docs] [![codecov][badge-codecov]][link-codecov] [![Ruff][badge-ruff]][link-ruff] -[badge-tests]: https://img.shields.io/github/actions/workflow/status/srivarra/anatomize/test.yaml?branch=main +[badge-build]: https://github.com/srivarra/anatomize/actions/workflows/build.yaml/badge.svg +[badge-test]: https://github.com/srivarra/anatomize/actions/workflows/test.yaml/badge.svg [badge-docs]: https://img.shields.io/readthedocs/anatomize [badge-codecov]: https://codecov.io/github/srivarra/anatomize/graph/badge.svg?token=H78BXNGI6W [badge-ruff]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json @@ -59,5 +61,6 @@ If you found a bug, please use the [issue tracker][issue-tracker]. [link-api]: https://anatomize.readthedocs.io/latest/api.html [link-pypi]: https://pypi.org/project/anatomize [link-codecov]: https://codecov.io/github/srivarra/anatomize -[link-tests]: https://github.com/srivarra/anatomize/actions/workflows/test.yml +[link-test]: https://github.com/srivarra/anatomize/actions/workflows/test.yml +[link-build]: https://github.com/srivarra/anatomize/actions/workflows/build.yaml [link-ruff]: https://github.com/astral-sh/ruff