banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

Better handling of file system for #78 #80

Closed prisae closed 2 years ago

prisae commented 2 years ago

If psutil is not installed, it will not know the file system.

Before #76, this was then simply omitted. Since then, it is always shown, but as 'unknown' if psutil is not installed.

This PR undoes that.

I did also the following changes to the actions (if you prefer a separate PR @banesullivan let me know):

Resolves #78

codecov-commenter commented 2 years ago

Codecov Report

Merging #80 (a6f9f42) into main (66946d2) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   87.05%   87.15%   +0.10%     
==========================================
  Files           4        4              
  Lines         363      366       +3     
==========================================
+ Hits          316      319       +3     
  Misses         47       47