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

refactor: Change linting to Ruff #978

Merged
merged 11 commits into from
Nov 18, 2024

Remove try/except around serializer

5453327
Select commit
Loading
Failed to load commit list.
Merged

refactor: Change linting to Ruff #978

Remove try/except around serializer
5453327
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 0s

87.36% (+0.11%) compared to 71e8e47

View this Pull Request on Codecov

87.36% (+0.11%) compared to 71e8e47

Details

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.36%. Comparing base (71e8e47) to head (5453327).

Files with missing lines Patch % Lines
param/parameterized.py 71.42% 2 Missing ⚠️
param/serializer.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #978      +/-   ##
==========================================
+ Coverage   87.24%   87.36%   +0.11%     
==========================================
  Files           9        9              
  Lines        4948     4939       -9     
==========================================
- Hits         4317     4315       -2     
+ Misses        631      624       -7     

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