hapramp / steemconnect4j

SteemConnect SDK for Java.
MIT License
5 stars 1 forks source link

add test of SteemConnect class, InstanceBuilder and String operations #21

Closed bxute closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 65.81%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #21       +/-   ##
=============================================
+ Coverage      26.9%   92.72%   +65.81%     
- Complexity       29       58       +29     
=============================================
  Files             8        8               
  Lines           275      275               
  Branches         21       21               
=============================================
+ Hits             74      255      +181     
+ Misses          198       11      -187     
- Partials          3        9        +6
Impacted Files Coverage Δ Complexity Δ
...n/java/com/hapramp/steemconnect4j/StringUtils.java 96.87% <0%> (+3.12%) 12% <0%> (+1%) :arrow_up:
...om/hapramp/steemconnect4j/SteemConnectOptions.java 100% <0%> (+12.5%) 15% <0%> (+2%) :arrow_up:
.../java/com/hapramp/steemconnect4j/NetworkUtils.java 78.12% <0%> (+15.62%) 4% <0%> (+2%) :arrow_up:
.../java/com/hapramp/steemconnect4j/SteemConnect.java 94.85% <0%> (+94.85%) 22% <0%> (+22%) :arrow_up:
.../hapramp/steemconnect4j/SteemConnectException.java 100% <0%> (+100%) 2% <0%> (+2%) :arrow_up:

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 f19346a...88ac840. Read the comment docs.