adlio / trello

Trello API wrapper for Go
MIT License
219 stars 71 forks source link

Adds missing "subscribed" field to List #49

Closed rhardih closed 5 years ago

rhardih commented 5 years ago

Subscribed is the value that flips when you "Watch" a list, noted by the eye icon in the interface:

Screen Shot 2019-08-14 at 21 16 19
codecov-io commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   76.76%   76.76%           
=======================================
  Files          21       21           
  Lines         848      848           
=======================================
  Hits          651      651           
  Misses        159      159           
  Partials       38       38
Impacted Files Coverage Δ
list.go 100% <ø> (ø) :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 9582b72...b7175f5. Read the comment docs.