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

This commit is contained in:
evilsocket 2018-04-26 12:49:46 +02:00
commit 9326a0dd4e
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 $$pkg.profile ; \
tail -n +2 $$pkg.profile >> coverage.profile && rm -rf $$pkg.profile ; \
done
html_coverage: test