mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +08:00
test/Makefile: add coverage target
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
@ -67,6 +67,11 @@ test_race: verify_gofmt
|
|||||||
cd 3nodetest && make GOFLAGS=-race
|
cd 3nodetest && make GOFLAGS=-race
|
||||||
cd dependencies && make GOFLAGS=-race
|
cd dependencies && make GOFLAGS=-race
|
||||||
|
|
||||||
|
coverage: coverage_sharness
|
||||||
|
|
||||||
|
coverage_sharness:
|
||||||
|
./sharness_test_coverage_helper.sh
|
||||||
|
|
||||||
IPFS-BUILD-OPTIONS: FORCE
|
IPFS-BUILD-OPTIONS: FORCE
|
||||||
@bin/checkflags '$@' '$(GOFLAGS)' '*** new Go flags ***'
|
@bin/checkflags '$@' '$(GOFLAGS)' '*** new Go flags ***'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user