adlio / trello

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

Allow defaulList argument for CreateBoard #48

Closed jtsaito closed 5 years ago

jtsaito commented 5 years ago

This PR allows creating boards without the default lists (To Do, Doing, Done). Cf. Trello API docs.

codecov-io commented 5 years ago

Codecov Report

Merging #48 into master will decrease coverage by 0.18%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   76.86%   76.68%   -0.19%     
==========================================
  Files          21       21              
  Lines         843      845       +2     
==========================================
  Hits          648      648              
- Misses        158      159       +1     
- Partials       37       38       +1
Impacted Files Coverage Δ
board.go 77.1% <0%> (-1.91%) :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 3f3c7dc...3822d69. Read the comment docs.