timofurrer / colorful

Terminal string styling done right, in Python :snake: :tada:
MIT License
525 stars 23 forks source link

check hex string #2

Closed qcha0 closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage    96.3%   96.39%   +0.09%     
==========================================
  Files           7        7              
  Lines         352      361       +9     
==========================================
+ Hits          339      348       +9     
  Misses         13       13
Impacted Files Coverage Δ
colorful/utils.py 100% <100%> (ø) :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 5b79f95...78bb07c. Read the comment docs.

timofurrer commented 7 years ago

Awesome, thanks :tada: Can you add a simple unit test though?

qcha0 commented 7 years ago

Sorry I forgot it before, it already be added now.

timofurrer commented 7 years ago

Thanks :tada: