janezpodhostnik / flow-py-sdk

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

Fix failing examples not failing CI #31

Closed janezpodhostnik closed 2 years ago

janezpodhostnik commented 2 years ago

If an example failed (due to an exception) the CI did not fail.

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (f8a8b45) into master (4f0d89d) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   79.92%   79.90%   -0.02%     
==========================================
  Files          26       26              
  Lines        1514     1513       -1     
  Branches       93       92       -1     
==========================================
- Hits         1210     1209       -1     
  Misses        288      288              
  Partials       16       16              
Flag Coverage Δ
unittests 79.90% <ø> (-0.02%) :arrow_down:

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

Impacted Files Coverage Δ
flow_py_sdk/client/entities.py 47.36% <0.00%> (-0.40%) :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 4f0d89d...f8a8b45. Read the comment docs.