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:
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@
|
|||||||
*.orig
|
*.orig
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
coverage.txt
|
||||||
|
|
||||||
.ipfs
|
.ipfs
|
||||||
bin/gx
|
bin/gx
|
||||||
bin/gx*
|
bin/gx*
|
||||||
|
6
Makefile
6
Makefile
@ -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
3
codecov.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
coverage:
|
||||||
|
range: "50...100"
|
||||||
|
comment: off
|
Reference in New Issue
Block a user