Closed prisae closed 2 years ago
Merging #80 (a6f9f42) into main (66946d2) will increase coverage by
0.10%
. The diff coverage is100.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
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'
ifpsutil
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):
pythonpackage.yml
: Remove Python 3.6, add Python 3.10lint.yml
&release.yml
: Move from Python 3.8 to Python 3.9Resolves #78