Skip to content

Commit

Permalink
chore: ci related badges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
le-yams committed Jul 5, 2023
1 parent 80740d0 commit 4770a57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4770a57

Please sign in to comment.