File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11language : go
22go :
33 - " 1.10"
4- install :
5- - export PATH=$PATH:$GOPATH/bin
6- - go get golang.org/x/tools/cmd/cover
7- - go get github.com/mattn/goveralls
8- script :
9- - go test -v -covermode=count -coverprofile=coverage.out
10- after_script :
11- - goveralls -coverprofile=coverage.out -service=travis-ci
Original file line number Diff line number Diff line change 1- # Expr [ ![ Build Status] ( https://travis-ci.org/antonmedv/expr.svg?branch=master )] ( https://travis-ci.org/antonmedv/expr ) [ ![ Coverage Status ] ( https://coveralls.io/repos/github/ antonmedv/expr/badge.svg )] ( https://coveralls.io/github /antonmedv/expr )
1+ # Expr [ ![ Build Status] ( https://travis-ci.org/antonmedv/expr.svg?branch=master )] ( https://travis-ci.org/antonmedv/expr ) [ ![ Code Coverage ] ( https://scrutinizer-ci.com/g/ antonmedv/expr/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g /antonmedv/expr/?branch=master )
22
33Expr is an engine that can evaluate expressions.
44
You can’t perform that action at this time.
0 commit comments