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
9326a0dd4e
commit
43a805870a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue