From 766a717b3ca146d1c546764d1cc1500b2ca72606 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Fri, 1 Nov 2024 19:41:34 +0200 Subject: [PATCH] Add CI badge for integration tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420197c80..5f978d789 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments -[![Build Status](https://github.com/cgrates/cgrates/actions/workflows/build.yaml/badge.svg?branch=1.0)](https://github.com/cgrates/cgrates/actions/workflows/build.yaml/) +[![build & test](https://github.com/cgrates/cgrates/actions/workflows/build.yaml/badge.svg?branch=1.0)](https://github.com/cgrates/cgrates/actions/workflows/build.yaml) +[![integration](https://github.com/cgrates/cgrates/actions/workflows/integration_tests.yaml/badge.svg?branch=1.0)](https://github.com/cgrates/cgrates/actions/workflows/integration_tests.yaml) [![Documentation Status](https://readthedocs.org/projects/cgrates/badge/?version=latest)](https://cgrates.readthedocs.io/en/latest/?badge=latest) [![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@master)