From fcbd0944ee0cf0b687676b3263e60e762e2e7c2f Mon Sep 17 00:00:00 2001 From: Matt Bogosian Date: Thu, 13 Oct 2022 16:05:46 -0500 Subject: [PATCH] Fix test status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6c1cb..6459ba0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please see the accompanying ``LICENSE`` file for rights and restrictions governi All rights not expressly waived or licensed are reserved. If that file is missing or appears to be modified from its original, then please contact the author before viewing or using this software in any capacity.* -[![Tests](https://github.com/posita/numerary/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/posita/numerary/actions/workflows/unit-tests.yaml) +[![Tests](https://github.com/posita/numerary/actions/workflows/on-push.yaml/badge.svg)](https://github.com/posita/numerary/actions/workflows/on-push.yaml) [![Version](https://img.shields.io/pypi/v/numerary/0.4.2.svg)](https://pypi.org/project/numerary/0.4.2/) [![Development Stage](https://img.shields.io/pypi/status/numerary/0.4.2.svg)](https://pypi.org/project/numerary/0.4.2/) [![License](https://img.shields.io/pypi/l/numerary/0.4.2.svg)](http://opensource.org/licenses/MIT)