cardano-community / koios-go-client

Go Client library for Koios API
https://pkg.go.dev/github.com/cardano-community/koios-go-client/v3
Apache License 2.0
10 stars 4 forks source link

feat: v2 breaking changes #29

Closed mkungla closed 2 years ago

mkungla commented 2 years ago

related to #26 closes #27

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (b18cf5f) into main (445fcd0) will decrease coverage by 1.35%. The diff coverage is 58.16%.

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   85.19%   83.83%   -1.36%     
==========================================
  Files          15       15              
  Lines        1148     1262     +114     
==========================================
+ Hits          978     1058      +80     
- Misses        124      164      +40     
+ Partials       46       40       -6     
Impacted Files Coverage Δ
lovelace.go 9.09% <0.00%> (-0.91%) :arrow_down:
network.go 79.06% <0.00%> (ø)
script.go 74.28% <ø> (ø)
transaction.go 57.98% <7.69%> (-23.01%) :arrow_down:
epoch.go 71.87% <25.00%> (-6.70%) :arrow_down:
response.go 94.02% <77.77%> (-5.98%) :arrow_down:
account.go 96.59% <84.37%> (+18.44%) :arrow_up:
address.go 91.66% <100.00%> (+10.14%) :arrow_up:
asset.go 83.20% <100.00%> (+0.41%) :arrow_up:
block.go 78.57% <100.00%> (+0.31%) :arrow_up:
... and 7 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 445fcd0...b18cf5f. Read the comment docs.