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

Various small code quality cleanups #7626

Merged
merged 15 commits into from
Jul 11, 2024

Revert "remove empty object pattern"

5c94999
Select commit
Loading
Failed to load commit list.
Merged

Various small code quality cleanups #7626

Revert "remove empty object pattern"
5c94999
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 11, 2024 in 0s

84.05% (target 82.00%)

View this Pull Request on Codecov

84.05% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 84.05%. Comparing base (be2beec) to head (5c94999).
Report is 1 commits behind head on master.

Files Patch % Lines
src/frontend/src/tables/settings/GroupTable.tsx 0.00% 2 Missing ⚠️
src/backend/InvenTree/InvenTree/tracing.py 0.00% 1 Missing ⚠️
src/backend/InvenTree/stock/models.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7626      +/-   ##
==========================================
+ Coverage   84.01%   84.05%   +0.04%     
==========================================
  Files        1095     1095              
  Lines       48165    48165              
  Branches     1490     1489       -1     
==========================================
+ Hits        40464    40487      +23     
+ Misses       7306     7276      -30     
- Partials      395      402       +7     

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