@cryptotaxi247 / kubo / commits / c7b455210

Add codecov.yml

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Dec 6, 2016 at 20:41 UTC c7b455210e85e3a9cf6a55d2092ca0bdfa284830
3 files changed +8 -3
.gitignore
+2
@@ -10,6 +10,8 @@
10 *.orig
11 *~
12
13 +coverage.txt
14 +
15 .ipfs
16 bin/gx
17 bin/gx*
Makefile
+3 -3
@@ -16,13 +16,13 @@ export GOTFLAGS
16 GOFLAGS += -tags $(call join-with,$(comma),$(GOTAGS))
17
18 ifeq ($(TEST_NO_FUSE),1)
19 - GOTAGS += nofuse
19 + GOTAGS += nofuse
20 endif
21
22 ifeq ($(OS),Windows_NT)
23 - GOPATH_DELIMITER = ;
23 + GOPATH_DELIMITER = ;
24 else
25 - GOPATH_DELIMITER = :
25 + GOPATH_DELIMITER = :
26 endif
27
28 dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp
codecov.yml new
+3
@@ -0,0 +1,3 @@
1 +coverage:
2 + range: "50...100"
3 +comment: off