Makefile: add travis-race and travis-cover targets

This commit is contained in:
Conner Fromknecht 2018-11-30 15:20:45 -08:00
parent 8d624fa1fd
commit 3e0ca05740
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -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 \