mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
@@ -35,9 +35,9 @@ test100:
|
|||||||
@for i in {1..100}; do make test; done
|
@for i in {1..100}; do make test; done
|
||||||
|
|
||||||
draw_deps:
|
draw_deps:
|
||||||
# requires brew install graphviz
|
# requires brew install graphviz or apt-get install graphviz
|
||||||
go get github.com/hirokidaichi/goviz
|
go get github.com/RobotsAndPencils/goviz
|
||||||
goviz -i ./cmd/tendermint | dot -Tpng -o huge.png
|
@goviz -i github.com/tendermint/tendermint/cmd/tendermint -d 3 | dot -Tpng -o dependency-graph.png
|
||||||
|
|
||||||
list_deps:
|
list_deps:
|
||||||
@go list -f '{{join .Deps "\n"}}' ./... | \
|
@go list -f '{{join .Deps "\n"}}' ./... | \
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
|
|||||||
)](https://godoc.org/github.com/tendermint/tendermint)
|
)](https://godoc.org/github.com/tendermint/tendermint)
|
||||||
[](http://forum.tendermint.com:3000/)
|
[](http://forum.tendermint.com:3000/)
|
||||||
[](https://github.com/tendermint/tendermint/blob/master/LICENSE)
|
[](https://github.com/tendermint/tendermint/blob/master/LICENSE)
|
||||||
|
[](https://github.com/tendermint/tendermint)
|
||||||
|
|
||||||
|
|
||||||
Branch | Tests | Coverage | Report Card
|
Branch | Tests | Coverage | Report Card
|
||||||
----------|-------|----------|-------------
|
----------|-------|----------|-------------
|
||||||
|
|||||||
Reference in New Issue
Block a user