1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 23:16:11 +08:00

Add codecov.yml

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2016-12-06 20:41:53 +01:00
parent 2fc9cc547a
commit c7b455210e
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@
*.orig *.orig
*~ *~
coverage.txt
.ipfs .ipfs
bin/gx bin/gx
bin/gx* bin/gx*

View File

@ -16,13 +16,13 @@ export GOTFLAGS
GOFLAGS += -tags $(call join-with,$(comma),$(GOTAGS)) GOFLAGS += -tags $(call join-with,$(comma),$(GOTAGS))
ifeq ($(TEST_NO_FUSE),1) ifeq ($(TEST_NO_FUSE),1)
GOTAGS += nofuse GOTAGS += nofuse
endif endif
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
GOPATH_DELIMITER = ; GOPATH_DELIMITER = ;
else else
GOPATH_DELIMITER = : GOPATH_DELIMITER = :
endif endif
dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp

3
codecov.yml Normal file
View File

@ -0,0 +1,3 @@
coverage:
range: "50...100"
comment: off