From da3a159a462297745592fd615d4bcebec94b54c6 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Mon, 27 Mar 2017 15:44:30 -0600 Subject: [PATCH] added coverage report --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40f3b1e..67517b7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -Scribble [![Coverage Status](https://coveralls.io/repos/github/nanobox-io/golang-scribble/badge.svg?branch=master)](https://coveralls.io/github/nanobox-io/golang-scribble?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](http://godoc.org/github.com/nanobox-io/golang-scribble) [![Go Report Card](https://goreportcard.com/badge/github.com/nanobox-io/golang-scribble)](https://goreportcard.com/report/github.com/nanobox-io/golang-scribble) +Scribble [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](http://godoc.org/github.com/nanobox-io/golang-scribble) [![Go Report Card](https://goreportcard.com/badge/github.com/nanobox-io/golang-scribble)](https://goreportcard.com/report/github.com/nanobox-io/golang-scribble) -------- A tiny JSON database in Golang - ### Installation Install using `go get github.com/nanobox-io/golang-scribble`. - ### Usage ```go @@ -54,8 +52,8 @@ if err := db.Delete("fish", ""); err != nil { ``` ## Documentation - -Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). +- Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble). +- Coverage Report is available on [gocover](https://gocover.io/github.com/nanobox-io/golang-scribble) ## Todo/Doing - Support for windows @@ -65,5 +63,4 @@ Complete documentation is available on [godoc](http://godoc.org/github.com/nanob - More tests (you can never have enough!) ## Contributing - Contributions to scribble are welcome and encouraged. Scribble is a [Nanobox](https://nanobox.io) project and contributions should follow the [Nanobox Contribution Process & Guidelines](https://docs.nanobox.io/contributing/).