mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
Coverage badge
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
2441009ad5
commit
e7496010fc
@ -1,9 +1,9 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Bolt [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/bolt) [![Build Status](http://img.shields.io/travis/fatih/structs.svg?style=flat-square)](https://travis-ci.org/labstack/bolt)
|
# Bolt [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/bolt) [![Build Status](http://img.shields.io/travis/fatih/structs.svg?style=flat-square)](https://travis-ci.org/labstack/bolt) [![Coverage Status](http://img.shields.io/coveralls/labstack/bolt.svg?style=flat-square)](https://coveralls.io/r/labstack/bolt)
|
||||||
Bolt is a fast HTTP router (zero memory allocation) + micro web framework in Go.
|
Bolt is a fast HTTP router (zero memory allocation) + micro web framework in Go.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
Loading…
Reference in New Issue
Block a user