File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 3
3
# Check https://circleci.com/docs/2.0/language-go/ for more details
4
4
version : 2
5
5
jobs :
6
- build :
6
+ test :
7
7
docker :
8
8
# specify the version
9
9
- image : circleci/golang:1.9
17
17
- checkout
18
18
19
19
# specify any bash command here prefixed with `run: `
20
- - run : go get -v -t -d ./...
20
+ - run : go get github.com/axw/gocov/gocov
21
+ - run : go get github.com/mattn/goveralls
22
+ - run : go get golang.org/x/tools/cmd/cover
23
+ - run : $HOME/gopath/bin/goveralls -service=travis-ci
21
24
- run : go test -v ./...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Structs [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/jcarter3/structs ) [ ![ Build Status] ( http://img.shields.io/travis/jcarter3/structs.svg?style=flat-square )] ( https://travis-ci.org/jcarter3/structs ) [ ![ Coverage Status] ( http ://img.shields. io/coveralls/ jcarter3/structs.svg?style=flat-square )] ( https://coveralls.io/r /jcarter3/structs )
1
+ # Structs [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/jcarter3/structs ) [ ![ Build Status] ( http://img.shields.io/travis/jcarter3/structs.svg?style=flat-square )] ( https://travis-ci.org/jcarter3/structs ) [ ![ Coverage Status] ( https ://coveralls. io/repos/github/ jcarter3/structs/badge .svg?branch=master )] ( https://coveralls.io/github /jcarter3/structs?branch=master )
2
2
3
3
Structs contains various utilities to work with Go (Golang) structs. It was
4
4
initially used by me to convert a struct into a ` map[string]interface{} ` . With
You can’t perform that action at this time.
0 commit comments