misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-26 12:55:34 +02:00
parent 9326a0dd4e
commit 43a805870a
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -32,7 +32,7 @@ test: deps
go vet ./$$pkg ; \
megacheck ./$$pkg ; \
go test -race ./$$pkg -coverprofile=$$pkg.profile -covermode=atomic; \
tail -n +2 $$pkg.profile >> coverage.profile && rm -rf $$pkg.profile ; \
tail -n +2 $$pkg.profile >> coverage.profile || true && rm -rf $$pkg.profile ; \
done
html_coverage: test