adlio / trello

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

Fix dropdown custom-field #54

Closed AlmogBaku closed 4 years ago

AlmogBaku commented 4 years ago

fixes #42 #43

codecov-io commented 4 years ago

Codecov Report

Merging #54 into master will decrease coverage by 4.71%. The diff coverage is 13.43%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #54      +/-   ##
=========================================
- Coverage   76.82%   72.1%   -4.72%     
=========================================
  Files          21      21              
  Lines         850     907      +57     
=========================================
+ Hits          653     654       +1     
- Misses        159     213      +54     
- Partials       38      40       +2
Impacted Files Coverage Δ
custom-fields.go 15.87% <3.63%> (-84.13%) :arrow_down:
card.go 57.52% <58.33%> (-0.97%) :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 0f19bd4...31f6ccf. Read the comment docs.

tiramiseb commented 4 years ago

Tested, works here.

AlmogBaku commented 4 years ago

@adlio any update?

adlio commented 4 years ago

Conceptually, I think it works. I'm taking some time to review some of my existing projects to verify that it solves those needs.