donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 438 forks source link

Fix trending command to handle empty summaries #129

Closed emres closed 6 years ago

emres commented 7 years ago

The summary attribute does not necessarily exist, so the exception must be caught. This is to fix #128 .

codecov-io commented 7 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.07%. The diff coverage is 62.5%.

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   79.31%   79.23%   -0.08%     
==========================================
  Files          36       36              
  Lines        2813     2817       +4     
==========================================
+ Hits         2231     2232       +1     
- Misses        582      585       +3
donnemartin commented 6 years ago

@emres thank you!