TanmayPatil105 / procfetch

🎨 Yet another command-line system information utility written in C++
https://tanmaypatil105.github.io/procfetch/
GNU General Public License v3.0
23 stars 11 forks source link

✨ Added symbol variable #97

Closed TanmayPatil105 closed 1 year ago

TanmayPatil105 commented 1 year ago

@youpong Checkout this commit! Added a variable to differentiate between packages by changing only the single value symbol ie. private variable in class Crayon. Also, made default color of symbol to white. Before it was red.

codecov-commenter commented 1 year ago

Codecov Report

Merging #97 (8b8bee9) into main (6f93979) will increase coverage by 0.53%. The diff coverage is 21.42%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   27.04%   27.58%   +0.53%     
==========================================
  Files           4        4              
  Lines         403      406       +3     
==========================================
+ Hits          109      112       +3     
  Misses        294      294              
Impacted Files Coverage Δ
src/fetch.cpp 0.00% <0.00%> (ø)
src/fetch.h 82.19% <100.00%> (+0.50%) :arrow_up:
src/util.cpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

TanmayPatil105 commented 1 year ago

Closing as we adopt #98 !