1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 23:21:54 +08:00

test/Makefile: add coverage target

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder
2015-10-24 12:34:40 +02:00
parent 891b4c569e
commit d5da16faf6

View File

@ -67,6 +67,11 @@ test_race: verify_gofmt
cd 3nodetest && make GOFLAGS=-race
cd dependencies && make GOFLAGS=-race
coverage: coverage_sharness
coverage_sharness:
./sharness_test_coverage_helper.sh
IPFS-BUILD-OPTIONS: FORCE
@bin/checkflags '$@' '$(GOFLAGS)' '*** new Go flags ***'