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 437 forks source link

Refactor conversion of None to empty introduced in #49 and #40 #100

Closed jashgala closed 7 years ago

jashgala commented 7 years ago

Supersedes #93

(Had to create a new branch since I messed up the original branch!)

Handled refactoring discussed in Issue #52.

Moved check for None to TextUtils and updated the github.py functions to use that instead of directly checking in the function itself.

codecov-io commented 7 years ago

Current coverage is 95.21% (diff: 100%)

Merging #100 into master will increase coverage by <.01%

@@             master       #100   diff @@
==========================================
  Files            34         34          
  Lines          2105       2109     +4   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2004       2008     +4   
  Misses          101        101          
  Partials          0          0          

Powered by Codecov. Last update d59948b...57743d7

donnemartin commented 7 years ago

@jashgala thank you!