janezpodhostnik / flow-py-sdk

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

Add unit tests #20

Closed janezpodhostnik closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #20 (829c015) into master (2ddb3b6) will increase coverage by 2.42%. The diff coverage is 86.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   74.68%   77.11%   +2.42%     
==========================================
  Files          21       26       +5     
  Lines        1430     1442      +12     
  Branches       82       83       +1     
==========================================
+ Hits         1068     1112      +44     
+ Misses        346      313      -33     
- Partials       16       17       +1     
Flag Coverage Δ
unittests 77.11% <86.51%> (+2.42%) :arrow_up:

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

Impacted Files Coverage Δ
flow_py_sdk/account_key.py 47.36% <47.36%> (ø)
flow_py_sdk/signer/in_memory_signer.py 87.50% <87.50%> (ø)
flow_py_sdk/__init__.py 100.00% <100.00%> (ø)
flow_py_sdk/cadence/types.py 98.68% <100.00%> (ø)
flow_py_sdk/script.py 100.00% <100.00%> (+50.00%) :arrow_up:
flow_py_sdk/signer/__init__.py 100.00% <100.00%> (ø)
flow_py_sdk/signer/hash_algo.py 100.00% <100.00%> (ø)
flow_py_sdk/signer/sign_algo.py 100.00% <100.00%> (ø)
flow_py_sdk/signer/signer.py 100.00% <100.00%> (ø)
flow_py_sdk/templates.py 38.46% <100.00%> (ø)
... and 8 more

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 2ddb3b6...829c015. Read the comment docs.