added coverage report
This commit is contained in:
parent
d523441d3e
commit
da3a159a46
@ -1,14 +1,12 @@
|
||||
Scribble [](https://coveralls.io/github/nanobox-io/golang-scribble?branch=master) [](http://godoc.org/github.com/nanobox-io/golang-scribble) [](https://goreportcard.com/report/github.com/nanobox-io/golang-scribble)
|
||||
Scribble [](http://godoc.org/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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user