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

Copy the procfetch.gif #96

Closed youpong closed 1 year ago

youpong commented 1 year ago

Description

Fix Issue #95

codecov-commenter commented 1 year ago

Codecov Report

Merging #96 (51bbbaf) into main (001ab9f) will not change coverage. The diff coverage is n/a.

: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      #96   +/-   ##
=======================================
  Coverage   27.04%   27.04%           
=======================================
  Files           4        4           
  Lines         403      403           
=======================================
  Hits          109      109           
  Misses        294      294           

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

Are you sure this will fix it? It will only fix when generating docs locally. Here we are running doxygen and not make docs!

youpong commented 1 year ago

As you point out, this fix is limited to improvements only when you are generating documents locally. So the problem still remains.

TanmayPatil105 commented 1 year ago

Should I can make changes here inorder to fix it?

    - name: Install Doxygen
      run: sudo apt-get install doxygen graphviz -y
      shell: bash

    - name: Configure
      run: ./configure
      shell: bash

    - name: Generate Doxygen Documentation
      run: make docs
      shell: bash
youpong commented 1 year ago

I think that changes would help to fix it.

TanmayPatil105 commented 1 year ago

It is still not fixed ig!

TanmayPatil105 commented 1 year ago

Let me try different Workflows to see how we can fix it.

TanmayPatil105 commented 1 year ago

My bad, I didn't release the updated version! LOL

TanmayPatil105 commented 1 year ago

Fixed 🔧!