Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change linter to Ruff #106

Merged
merged 1 commit into from
Jan 20, 2025

Change linter to Ruff (#106)

063b1c8
Select commit
Loading
Failed to load commit list.
Merged

Change linter to Ruff #106

Change linter to Ruff (#106)
063b1c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2025 in 1s

92.33% (-0.13%) compared to ed1daf2

View this Pull Request on Codecov

92.33% (-0.13%) compared to ed1daf2

Details

Codecov Report

Attention: Patch coverage is 82.14286% with 15 lines in your changes missing coverage. Please review.

Project coverage is 92.33%. Comparing base (ed1daf2) to head (063b1c8).

Files with missing lines Patch % Lines
dissect/cstruct/parser.py 78.57% 3 Missing ⚠️
dissect/cstruct/types/base.py 78.57% 3 Missing ⚠️
dissect/cstruct/utils.py 80.00% 3 Missing ⚠️
dissect/cstruct/compiler.py 71.42% 2 Missing ⚠️
dissect/cstruct/cstruct.py 80.00% 2 Missing ⚠️
dissect/cstruct/types/structure.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
- Coverage   92.46%   92.33%   -0.13%     
==========================================
  Files          20       20              
  Lines        2176     2180       +4     
==========================================
+ Hits         2012     2013       +1     
- Misses        164      167       +3     

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