From 3566a1c08f2104b5fce34bc7f35520db884106d6 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Fri, 13 Sep 2024 15:55:31 +0100 Subject: [PATCH] readme: Add badges (#15) --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce9ea4a..2aff067 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Reflex -[![Build](https://github.com/luno/reflex/workflows/Go/badge.svg?branch=master)](https://github.com/luno/reflex/actions?query=workflow%3AGo) -[![Go Report Card](https://goreportcard.com/badge/github.com/luno/reflex?style=flat-square)](https://goreportcard.com/report/github.com/luno/reflex) -[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/luno/reflex) +[![Go](https://github.com/luno/reflex/actions/workflows/test.yml/badge.svg)](https://github.com/luno/reflex/actions/workflows/test.yml)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=coverage)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=bugs)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=luno_reflex&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=luno_reflex) +[![Go Report Card](https://goreportcard.com/badge/github.com/luno/reflex)](https://goreportcard.com/report/github.com/luno/reflex) +[![GoDoc](https://godoc.org/github.com/luno/reflex?status.png)](https://godoc.org/github.com/luno/reflex) > reflex /ˈriːflɛks/ > @@ -98,5 +103,3 @@ The following packages provide `reflex.StreamFunc` event stream source implement The following packages provide `reflex.CursorStore` cursor store implementations: - [github.com/luno/reflex/rsql](github.com/luno/reflex/rsql]): mysql table cursors with `rsql.CursorsTable`. - [experimental] [github.com/corverroos/rlift](https://github.com/corverroos/rlift): [liftbridge](https://github.com/liftbridge-io/liftbridge) table cursors with `rlift.CursorStore`. - -