adlio / trello

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

feat: add GetLastComment method on card #63

Closed mehanizm closed 4 years ago

mehanizm commented 4 years ago

Add GetLastComment method to card and helpers:

codecov-io commented 4 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.17%. The diff coverage is 57.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   73.11%   72.93%   -0.18%     
==========================================
  Files          21       21              
  Lines         889      909      +20     
==========================================
+ Hits          650      663      +13     
- Misses        207      214       +7     
  Partials       32       32              
Impacted Files Coverage Δ
action.go 86.11% <46.15%> (-8.81%) :arrow_down:
action-collection.go 97.14% <83.33%> (-2.86%) :arrow_down:
card.go 57.52% <0.00%> (ø)
search.go 100.00% <0.00%> (ø)
custom-fields.go 16.12% <0.00%> (+0.25%) :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 1bbf17a...d3ab62c. Read the comment docs.