From b2cb4ef1d5f7d60bfd775b8cc9eafc459f48ef11 Mon Sep 17 00:00:00 2001 From: Simon Shanks <59612559+sshanks-kx@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:38:54 +0000 Subject: [PATCH] Add build badge for GitHub Actions Added build badge to README for GitHub Actions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 355c55a..877e422 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # C# KDB -[![Travis](https://img.shields.io/travis/com/kxsystems/csharpkdb/main)](https://travis-ci.com/github/KxSystems/csharpkdb) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=KxSystems_csharpkdb&metric=coverage)](https://sonarcloud.io/dashboard?id=KxSystems_csharpkdb) +[![Build](https://github.com/KxSystems/csharpkdb/actions/workflows/build.yml/badge.svg)](https://github.com/KxSystems/csharpkdb/actions/workflows/build.yml) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=KxSystems_csharpkdb&metric=coverage)](https://sonarcloud.io/dashboard?id=KxSystems_csharpkdb) *The C# KDB library provides functionality for .NET applications to interface with a kdb+ process.*