From 3f0767b13f0c62239b539198b1f110e31ddec9e0 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 18 Jul 2026 22:43:53 +0500 Subject: [PATCH] Remove Go Report Card badge Removed Go Report Card badge from README. Signed-off-by: alexey semenyuk --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dc8816d..52f099e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![build](https://github.com/hyperledger-firefly/tezosconnect/actions/workflows/go.yml/badge.svg?branch=main&event=push)](https://github.com/hyperledger-firefly/tezosconnect/actions/workflows/go.yml?branch=main&event=push) [![codecov](https://codecov.io/gh/hyperledger-firefly/tezosconnect/branch/main/graph/badge.svg)](https://codecov.io/gh/hyperledger-firefly/tezosconnect) -[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger-firefly/tezosconnect)](https://goreportcard.com/report/github.com/hyperledger-firefly/tezosconnect) [![Hits-of-Code](https://hitsofcode.com/github/hyperledger-firefly/tezosconnect?branch=main)](https://hitsofcode.com/view/github/hyperledger-firefly/tezosconnect?branch=main) [![Go Reference](https://pkg.go.dev/badge/github.com/hyperledger-firefly/tezosconnect.svg)](https://pkg.go.dev/github.com/hyperledger-firefly/tezosconnect) [![License](https://img.shields.io/badge/apache-2.0-blue.svg)](https://github.com/hyperledger-firefly/tezosconnect/blob/main/LICENSE)