adlio / trello

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

Introduced Board.AddMember() #58

Closed msamoylov closed 4 years ago

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

Codecov Report

Merging #58 into master will increase coverage by 0.07%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   73.03%   73.11%   +0.07%     
==========================================
  Files          21       21              
  Lines         879      889      +10     
==========================================
+ Hits          642      650       +8     
- Misses        205      207       +2     
  Partials       32       32
Impacted Files Coverage Δ
board.go 77.89% <80%> (+0.24%) :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 a672969...b78534a. Read the comment docs.