From 4770a570241f96b78b5b2f2a3ccac1d7f1ba6aac Mon Sep 17 00:00:00 2001 From: Yann D'Isanto Date: Wed, 5 Jul 2023 12:36:42 +0200 Subject: [PATCH] chore: ci related badges in readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97e1355..7167bc2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# gomockhttp [![Go Report Card](https://goreportcard.com/badge/github.com/le-yams/gomockhttp)](https://goreportcard.com/report/github.com/le-yams/gomockhttp) [![GoDoc](https://godoc.org/github.com/le-yams/gomockhttp?status.svg)](https://godoc.org/github.com/le-yams/gomockhttp) [![Version](https://img.shields.io/github/tag/le-yams/gomockhttp.svg)](https://github.com/le-yams/gomockhttp/releases) +# gomockhttp +[![Build Status](https://github.com/le-yams/gomockhttp/workflows/Build/badge.svg?branch=master)](https://github.com/le-yams/gomockhttp/actions?query=workflow%3ABuild) +[![Coverage Status](https://coveralls.io/repos/github/le-yams/gomockhttp/badge.svg?branch=master)](https://coveralls.io/github/le-yams/gomockhttp?branch=v1) +[![Go Report Card](https://goreportcard.com/badge/github.com/le-yams/gomockhttp)](https://goreportcard.com/report/github.com/le-yams/gomockhttp) +[![GoDoc](https://godoc.org/github.com/le-yams/gomockhttp?status.svg)](https://godoc.org/github.com/le-yams/gomockhttp) +[![Version](https://img.shields.io/github/tag/le-yams/gomockhttp.svg)](https://github.com/le-yams/gomockhttp/releases) + A fluent testing library for mocking http apis. * Mock the external http apis your code is calling.