janezpodhostnik / flow-py-sdk

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

Add script location #26

Closed janezpodhostnik closed 2 years ago

janezpodhostnik commented 2 years ago

Script location was missing from cadence locations.

codecov-commenter commented 2 years ago

Codecov Report

Merging #26 (c786e2a) into master (9933c7d) will increase coverage by 2.49%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   77.11%   79.60%   +2.49%     
==========================================
  Files          26       26              
  Lines        1442     1481      +39     
  Branches       83       89       +6     
==========================================
+ Hits         1112     1179      +67     
+ Misses        313      285      -28     
  Partials       17       17              
Flag Coverage Δ
unittests 79.60% <81.81%> (+2.49%) :arrow_up:

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

Impacted Files Coverage Δ
flow_py_sdk/cadence/location.py 76.13% <81.39%> (+26.50%) :arrow_up:
flow_py_sdk/cadence/__init__.py 100.00% <100.00%> (ø)
flow_py_sdk/cadence/address.py 86.66% <0.00%> (+3.33%) :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 9933c7d...c786e2a. Read the comment docs.