FISCO-BCOS / go-sdk

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

add AMOP authority support #55

Closed sulenn closed 4 years ago

ghost commented 4 years ago

Warnings are found on analyzing the commit f9806fb.

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 #55 into develop will decrease coverage by 0.30%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #55      +/-   ##
===========================================
- Coverage    52.83%   52.52%   -0.31%     
===========================================
  Files           27       27              
  Lines         2470     2496      +26     
===========================================
+ Hits          1305     1311       +6     
- Misses         948      968      +20     
  Partials       217      217              
Impacted Files Coverage Δ
client/api_handler.go 51.14% <0.00%> (-1.11%) :arrow_down:
client/go_client.go 51.87% <0.00%> (-2.32%) :arrow_down:

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 e41849a...f9806fb. Read the comment docs.

fisco-dev commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- conn/channel.go  4
- examples/amop/sub/subscriber.go  4
- examples/amop/unicast_pub/publisher.go  5
- examples/amop/multicast_pub/publisher.go  5

Clones added
============
- examples/amop/sub/subscriber.go  1
- examples/amop/unicast_pub/publisher.go  3
- examples/amop/multicast_pub/publisher.go  3

Clones removed
==============
+ conn/channel.go  -2

See the complete overview on Codacy