jorgebucaran / colorette

🌈Easily set your terminal text color & styles
MIT License
1.61k stars 51 forks source link

Color functions should always return a string #88

Closed jorgebucaran closed 3 years ago

jorgebucaran commented 3 years ago

Color functions should always return a string according to our public API.

This is technically a bug fix and unlikely to be an issue for anyone, but we could do a minor release just to be sure.

codecov-commenter commented 3 years ago

Codecov Report

Merging #88 (2e87a6e) into main (547fcf1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #88   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          147       145    -2     
=========================================
- Hits           147       145    -2     
Impacted Files Coverage Δ
index.js 100.00% <100.00%> (ø)

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 547fcf1...2e87a6e. Read the comment docs.