Skip to content

Change linter to Ruff

64f4084
Select commit
Loading
Failed to load commit list.
Merged

Change linter to Ruff #49

Change linter to Ruff
64f4084
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

66.51% (-0.07%) compared to 54a733b, passed because coverage increased by 0.75% when compared to adjusted base (65.75%)

View this Pull Request on Codecov

66.51% (-0.07%) compared to 54a733b, passed because coverage increased by 0.75% when compared to adjusted base (65.75%)

Details

Codecov Report

Attention: Patch coverage is 72.56637% with 62 lines in your changes missing coverage. Please review.

Project coverage is 66.51%. Comparing base (54a733b) to head (64f4084).

Files with missing lines Patch % Lines
dissect/hypervisor/disk/qcow2.py 47.76% 35 Missing ⚠️
dissect/hypervisor/disk/vmdk.py 83.33% 4 Missing ⚠️
dissect/hypervisor/descriptor/hyperv.py 70.00% 3 Missing ⚠️
dissect/hypervisor/descriptor/vmx.py 85.71% 3 Missing ⚠️
dissect/hypervisor/disk/hdd.py 70.00% 3 Missing ⚠️
dissect/hypervisor/tools/envelope.py 0.00% 3 Missing ⚠️
dissect/hypervisor/descriptor/ovf.py 71.42% 2 Missing ⚠️
dissect/hypervisor/descriptor/pvs.py 66.66% 2 Missing ⚠️
dissect/hypervisor/descriptor/vbox.py 66.66% 2 Missing ⚠️
dissect/hypervisor/disk/vhd.py 86.66% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   66.58%   66.51%   -0.07%     
==========================================
  Files          23       23              
  Lines        1993     2025      +32     
==========================================
+ Hits         1327     1347      +20     
- Misses        666      678      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.