janezpodhostnik / flow-py-sdk

Unofficial flow blockchain python sdk
MIT License
35 stars 26 forks source link

Add more unit tests #24

Closed janezpodhostnik closed 3 years ago

janezpodhostnik commented 3 years ago

Adding more unit tests to improve coverage.

codecov-commenter commented 3 years ago

Codecov Report

Merging #24 (ced03d7) into master (e154d36) will increase coverage by 1.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   79.60%   80.98%   +1.37%     
==========================================
  Files          26       26              
  Lines        1481     1478       -3     
  Branches       89       89              
==========================================
+ Hits         1179     1197      +18     
+ Misses        285      265      -20     
+ Partials       17       16       -1     
Flag Coverage Δ
unittests 80.98% <100.00%> (+1.37%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
flow_py_sdk/tx.py 58.13% <ø> (-0.33%) :arrow_down:
flow_py_sdk/account_key.py 100.00% <100.00%> (+52.63%) :arrow_up:
flow_py_sdk/client/entities.py 47.76% <100.00%> (+1.50%) :arrow_up:
flow_py_sdk/signer/in_memory_signer.py 100.00% <100.00%> (+12.50%) :arrow_up:
flow_py_sdk/signer/signer.py 100.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 e154d36...ced03d7. Read the comment docs.