adlio / trello

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

Introduced Board.AddMember() #57

Closed msamoylov closed 4 years ago

msamoylov commented 4 years ago
  1. Implemented a feature for adding a new member to the board.
  2. Added tests.
codecov-io commented 4 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.14%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   73.03%   72.89%   -0.15%     
==========================================
  Files          21       21              
  Lines         879      889      +10     
==========================================
+ Hits          642      648       +6     
- Misses        205      208       +3     
- Partials       32       33       +1
Impacted Files Coverage Δ
board.go 75.78% <60%> (-1.86%) :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 a672969...b78534a. Read the comment docs.

msamoylov commented 4 years ago

Improved the test case and increased coverage.