adlio / trello

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

Update board #46

Closed jtsaito closed 5 years ago

jtsaito commented 5 years ago

This PR adds Client.PutBoard and Board.update methods, tests with mock data.

codecov-io commented 5 years ago

Codecov Report

Merging #46 into master will increase coverage by 2.93%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   73.92%   76.86%   +2.93%     
==========================================
  Files          21       21              
  Lines         817      843      +26     
==========================================
+ Hits          604      648      +44     
+ Misses        179      158      -21     
- Partials       34       37       +3
Impacted Files Coverage Δ
webhook.go 48.93% <ø> (ø) :arrow_up:
board.go 79.01% <100%> (+13.55%) :arrow_up:
client.go 73.1% <0%> (+13.44%) :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 e1e1a7d...0e6fecb. Read the comment docs.