Skip to content

Commit

Permalink
json-to-junit: don't fail
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Mar 3, 2019
1 parent e5d90d6 commit 0c79b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coverage/Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $(d)/coverage_deps: $$(DEPS_GO)
rm -rf $(@D)/unitcover && mkdir $(@D)/unitcover
rm -rf $(@D)/sharnesscover && mkdir $(@D)/sharnesscover
ifneq ($(IPFS_SKIP_COVER_BINS),1)
go install github.com/Kubuxu/gocovmerge
go install golang.org/x/tools/cmd/cover
go get -u github.com/Kubuxu/gocovmerge
go get -u golang.org/x/tools/cmd/cover
endif
.PHONY: $(d)/coverage_deps

Expand Down
2 changes: 1 addition & 1 deletion test/dependencies/json-to-junit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ func main() {
}

os.Stdout.Write(output)
os.Exit(fails)
// os.Exit(fails)
}

0 comments on commit 0c79b28

Please sign in to comment.