Skip to content

Commit

Permalink
docs: update build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Apr 11, 2020
1 parent 0bbbf5d commit 8a5872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GO REST ASSURED

![Build](https://github.com/Jesse0Michael/go-rest-assured/workflows/Build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/Jesse0Michael/go-rest-assured/badge.svg?branch=master)](https://coveralls.io/github/Jesse0Michael/go-rest-assured?branch=master)
[![Build](https://github.com/Jesse0Michael/go-rest-assured/workflows/Build/badge.svg)](https://github.com/Jesse0Michael/go-rest-assured/actions?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/Jesse0Michael/go-rest-assured/badge.svg?branch=master)](https://coveralls.io/github/Jesse0Michael/go-rest-assured?branch=master)

Go Rest Assured is a small service written in GO intended to be used to mock out REST API applications for testing. The concept is based on the [Rest Assured](http://rest-assured.io/) service written in Java and [other languages](https://github.com/artemave/REST-assured)

Expand Down

0 comments on commit 8a5872b

Please sign in to comment.