hbagdi / go-unsplash

Go Client for the Unsplash API
https://unsplash.com
MIT License
74 stars 13 forks source link

adding String() for all structs #28

Closed hbagdi closed 7 years ago

hbagdi commented 7 years ago

This will fix #10

codecov[bot] commented 7 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.11%. The diff coverage is 87.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   86.97%   86.86%   -0.12%     
==========================================
  Files          15       16       +1     
  Lines         622      647      +25     
==========================================
+ Hits          541      562      +21     
- Misses         46       48       +2     
- Partials       35       37       +2
Impacted Files Coverage Δ
unsplash/photo.go 100% <100%> (ø) :arrow_up:
unsplash/collection.go 100% <100%> (ø)
unsplash/user.go 80% <71.42%> (-20%) :arrow_down:
unsplash/list_options.go 85.18% <83.33%> (-1.49%) :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 fe29e4d...17df6fc. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 89.63% when pulling 17df6fccc49a160c422e0bc94abf6f128b245ddf on struct_strings into fe29e4d5fe387c499c984dabb2fdd156ae2b37a2 on master.