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

chore: use ruff instead of flake8,black,isort,pyupgrade,nbQA,etc. #263

Merged
merged 3 commits into from
Oct 8, 2024

fix: restore old behavior

805bfd4
Select commit
Loading
Failed to load commit list.
Merged

chore: use ruff instead of flake8,black,isort,pyupgrade,nbQA,etc. #263

fix: restore old behavior
805bfd4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 0s

91.77% (+0.68%) compared to 19ba795

View this Pull Request on Codecov

91.77% (+0.68%) compared to 19ba795

Details

Codecov Report

Attention: Patch coverage is 96.29630% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.77%. Comparing base (19ba795) to head (805bfd4).

Files with missing lines Patch % Lines
src/pylhe/__init__.py 96.29% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
+ Coverage   91.08%   91.77%   +0.68%     
==========================================
  Files           2        2              
  Lines         303      304       +1     
  Branches       83       81       -2     
==========================================
+ Hits          276      279       +3     
  Misses         17       17              
+ Partials       10        8       -2     

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