added coverage report

This commit is contained in:
Steve Domino 2017-03-27 15:44:30 -06:00
parent d523441d3e
commit da3a159a46
1 changed files with 3 additions and 6 deletions

View File

@ -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 A tiny JSON database in Golang
### Installation ### Installation
Install using `go get github.com/nanobox-io/golang-scribble`. Install using `go get github.com/nanobox-io/golang-scribble`.
### Usage ### Usage
```go ```go
@ -54,8 +52,8 @@ if err := db.Delete("fish", ""); err != nil {
``` ```
## Documentation ## 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 ## Todo/Doing
- Support for windows - 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!) - More tests (you can never have enough!)
## Contributing ## 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/). 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/).