mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-09 12:11:03 +00:00
Fix home var
This commit is contained in:
parent
c7d2a4aea8
commit
f5353c72e1
2
Makefile
2
Makefile
@ -8,4 +8,4 @@ test: update-deps
|
||||
go get golang.org/x/tools/cmd/cover
|
||||
go get github.com/mattn/goveralls
|
||||
go test ./... -v -covermode=count -coverprofile=coverage.out
|
||||
$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
||||
$(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
||||
|
Loading…
Reference in New Issue
Block a user