FISCO-BCOS / go-sdk

golang SDK of FISCO BCOS
Apache License 2.0
74 stars 58 forks source link

fix code style check script failed #27

Closed sulenn closed 4 years ago

sulenn commented 4 years ago
  1. Fix check-commit.sh can't check code style format
  2. Update code style format to meet goimports tool
ghost commented 4 years ago

Warnings are found on analyzing the commit 8bfb5a6.

1 warning:

We recommend to address them as possible, for example, update outdated dependencies, fix the tool's configuration, configure sider.yml, turn off unused tools, and so on.

If you are struggling with these errors or warnings, feel free to ask us via chat. 💬

codecov-commenter commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 16.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   53.57%   53.57%           
=======================================
  Files          24       24           
  Lines        1721     1721           
=======================================
  Hits          922      922           
  Misses        666      666           
  Partials      133      133           
Impacted Files Coverage Δ
precompiled/crud/condition.go 31.57% <ø> (ø)
precompiled/crud/entry.go 50.00% <ø> (ø)
precompiled/permission/permission_info.go 0.00% <ø> (ø)
precompiled/permission/permission_service.go 74.39% <ø> (ø)
precompiled/consensus/consensus_service.go 50.63% <9.09%> (ø)
precompiled/crud/table.go 70.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9eb818...8bfb5a6. Read the comment docs.