File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : go
2
+
3
+ go :
4
+ - 1.9.x
5
+ - 1.10.x
6
+ - 1.11.x
7
+
8
+ before_install :
9
+ - go get -t -v ./...
10
+
11
+ script :
12
+ - go test -coverprofile=coverage.txt -covermode=atomic
13
+
14
+ after_success :
15
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2
2
3
3
Buffalo middleware to automatically generate RESTful API documentation with Swagger 2.0.
4
4
5
- <!-- [](https://travis-ci.org/swaggo/echo-swagger)-->
6
- <!-- [](https://codecov.io/gh/swaggo/echo-swagger)-->
7
- <!-- [](https://goreportcard.com/report/github.com/swaggo/echo-swagger)-->
5
+ [ ![ Travis branch] ( https://img.shields.io/travis/swaggo/buffalo-swagger/master.svg )] ( https://travis-ci.org/swaggo/buffalo-swagger )
6
+ [ ![ Codecov branch] ( https://img.shields.io/codecov/c/github/swaggo/buffalo-swagger/master.svg )] ( https://codecov.io/gh/swaggo/buffalo-swagger )
7
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/swaggo/buffalo-swagger )] ( https://goreportcard.com/report/github.com/swaggo/buffalo-swagger )
8
+ [ ![ GoDoc] ( https://godoc.org/github.com/swaggo/buffalo-swagger?status.svg )] ( https://godoc.org/github.com/swaggo/buffalo-swagger )
8
9
9
10
10
11
## Usage
You can’t perform that action at this time.
0 commit comments