From d26829204ccbb3d4bf7f01cd138dda3b529ae761 Mon Sep 17 00:00:00 2001 From: Richard Martikan Date: Fri, 17 Jul 2026 13:11:27 +0200 Subject: [PATCH 1/2] Add coverage badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea2afda..03fdd56 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![codecov](https://codecov.io/gh/martikan/artemisctl/branch/main/graph/badge.svg?token=RL2Z3Y7CLV)](https://codecov.io/gh/martikan/artemisctl) + # artemisctl A command-line tool for managing and recovering Apache ActiveMQ Artemis From 32517426cc66918611aa541c29364d9680af7919 Mon Sep 17 00:00:00 2001 From: Richard Martikan Date: Fri, 17 Jul 2026 13:14:37 +0200 Subject: [PATCH 2/2] Add release/CI status badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03fdd56..2194e28 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI/CD](https://github.com/martikan/artemisctl/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/martikan/artemisctl/actions/workflows/ci-cd.yml) +[![Release](https://img.shields.io/github/v/release/martikan/artemisctl)](https://github.com/martikan/artemisctl/releases/latest) [![codecov](https://codecov.io/gh/martikan/artemisctl/branch/main/graph/badge.svg?token=RL2Z3Y7CLV)](https://codecov.io/gh/martikan/artemisctl) # artemisctl