From 88431f5aeec1fa77851bd797b12f66d1821d232a Mon Sep 17 00:00:00 2001 From: Rootul P Date: Tue, 10 Jan 2023 14:38:03 -0500 Subject: [PATCH] fix: build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a05b5f..ec82ca7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Go implementation of [two dimensional Reed-Solomon Merkle tree data availability scheme](https://arxiv.org/abs/1809.09044). -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/celestiaorg/rsmt2d/Tests)](https://github.com/celestiaorg/rsmt2d/actions/workflows/ci.yml) +[![Tests](https://github.com/celestiaorg/rsmt2d/actions/workflows/ci.yml/badge.svg)](https://github.com/celestiaorg/rsmt2d/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/github/celestiaorg/rsmt2d)](https://app.codecov.io/gh/celestiaorg/rsmt2d) [![GoDoc](https://godoc.org/github.com/celestiaorg/rsmt2d?status.svg)](https://godoc.org/github.com/celestiaorg/rsmt2d)