mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 00:42:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
13
vendor/github.com/rickb777/plural/build+test.sh
generated
vendored
Normal file
13
vendor/github.com/rickb777/plural/build+test.sh
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash -e
|
||||
cd $(dirname $0)
|
||||
PATH=$HOME/gopath/bin:$GOPATH/bin:$PATH
|
||||
|
||||
if ! type -p goveralls; then
|
||||
echo go get github.com/mattn/goveralls
|
||||
go get github.com/mattn/goveralls
|
||||
fi
|
||||
|
||||
echo date...
|
||||
go test -v -covermode=count -coverprofile=date.out .
|
||||
go tool cover -func=date.out
|
||||
[ -z "$COVERALLS_TOKEN" ] || goveralls -coverprofile=date.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
Reference in New Issue
Block a user