mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
cd6fcbf4be
commit
b62948c160
2 changed files with 1 additions and 4 deletions
|
@ -32,5 +32,5 @@ script:
|
|||
- make test
|
||||
|
||||
after_success:
|
||||
- make codecov
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
|
|
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue