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.")
|
@$(call print, "Sending coverage report.")
|
||||||
$(GOVERALLS_BIN) -coverprofile=profile.cov -service=travis-ci
|
$(GOVERALLS_BIN) -coverprofile=profile.cov -service=travis-ci
|
||||||
|
|
||||||
|
travis-race: btcd unit-race
|
||||||
|
|
||||||
|
travis-cover: btcd lint unit-cover goveralls
|
||||||
|
|
||||||
# =============
|
# =============
|
||||||
# FLAKE HUNTING
|
# FLAKE HUNTING
|
||||||
# =============
|
# =============
|
||||||
@ -202,6 +206,8 @@ clean:
|
|||||||
unit-cover \
|
unit-cover \
|
||||||
unit-race \
|
unit-race \
|
||||||
goveralls \
|
goveralls \
|
||||||
|
travis-race \
|
||||||
|
travis-cover \
|
||||||
flakehunter \
|
flakehunter \
|
||||||
flake-unit \
|
flake-unit \
|
||||||
fmt \
|
fmt \
|
||||||
|
Loading…
Reference in New Issue
Block a user