From 56b09700e87d2831629803a88c1eeea017f3dbbd Mon Sep 17 00:00:00 2001 From: Nick Yakovliev Date: Sat, 24 Jan 2026 16:12:24 -0600 Subject: [PATCH] Add GitHub Actions test status badge to README Display test status badge to show CI build and test results. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe098e6..d6e8791 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ostop - OpenSearch Terminal UI +[![Tests](https://github.com/Vegasq/ostop/actions/workflows/test.yml/badge.svg)](https://github.com/Vegasq/ostop/actions/workflows/test.yml) + A terminal-based monitoring dashboard for OpenSearch clusters, focused on cluster operations and capacity planning. ![ostop demo](demo.gif)