From f3beb86de67111547c66fe8fb65cd81b333bc4df Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Wed, 3 Jun 2026 09:09:05 -0400 Subject: [PATCH] chore: fix CI badge --- README.rst | 4 ++-- news/fix-badge.rst | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 news/fix-badge.rst diff --git a/README.rst b/README.rst index ef25a38..9cd5a54 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ .. |Black| image:: https://img.shields.io/badge/code_style-black-black :target: https://github.com/psf/black -.. |CI| image:: https://github.com/diffpy/diffpy.distanceprinter/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg - :target: https://github.com/diffpy/diffpy.distanceprinter/actions/workflows/matrix-and-codecov-on-merge-to-main.yml +.. |CI| image:: https://github.com/diffpy/diffpy.distanceprinter/actions/workflows/matrix-and-codecov.yml/badge.svg + :target: https://github.com/diffpy/diffpy.distanceprinter/actions/workflows/matrix-and-codecov.yml .. |Codecov| image:: https://codecov.io/gh/diffpy/diffpy.distanceprinter/branch/main/graph/badge.svg :target: https://codecov.io/gh/diffpy/diffpy.distanceprinter diff --git a/news/fix-badge.rst b/news/fix-badge.rst new file mode 100644 index 0000000..1988906 --- /dev/null +++ b/news/fix-badge.rst @@ -0,0 +1,23 @@ +**Added:** + +* No News Added: fix CI badge + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*