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

This commit is contained in:
evilsocket 2018-04-26 14:57:45 +02:00
parent cd6fcbf4be
commit b62948c160
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 1 additions and 4 deletions

View file

@ -32,5 +32,5 @@ script:
- make test
after_success:
- make codecov
- bash <(curl -s https://codecov.io/bash)

View file

@ -39,9 +39,6 @@ test: deps
html_coverage: test
@go tool cover -html=coverage.profile -o coverage.profile.html
codecov: test
@bash <(curl -s https://codecov.io/bash)
benchmark: server_deps
@go test ./... -v -run=doNotRunTests -bench=. -benchmem