Makefile: add travis-race and travis-cover targets
This commit is contained in:
parent
8d624fa1fd
commit
3e0ca05740
6
Makefile
6
Makefile
@ -146,6 +146,10 @@ goveralls: $(GOVERALLS_BIN)
|
||||
@$(call print, "Sending coverage report.")
|
||||
$(GOVERALLS_BIN) -coverprofile=profile.cov -service=travis-ci
|
||||
|
||||
travis-race: btcd unit-race
|
||||
|
||||
travis-cover: btcd lint unit-cover goveralls
|
||||
|
||||
# =============
|
||||
# FLAKE HUNTING
|
||||
# =============
|
||||
@ -202,6 +206,8 @@ clean:
|
||||
unit-cover \
|
||||
unit-race \
|
||||
goveralls \
|
||||
travis-race \
|
||||
travis-cover \
|
||||
flakehunter \
|
||||
flake-unit \
|
||||
fmt \
|
||||
|
Loading…
Reference in New Issue
Block a user