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

Report printing refactor #7074

Merged
merged 210 commits into from
May 22, 2024

Merge branch 'pui-reports' of github.com:SchrodingersGat/InvenTree in…

afc66d4
Select commit
Loading
Failed to load commit list.
Merged

Report printing refactor #7074

Merge branch 'pui-reports' of github.com:SchrodingersGat/InvenTree in…
afc66d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 14, 2024 in 1s

81.39% (target 82.00%)

View this Pull Request on Codecov

81.39% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 71.89989% with 247 lines in your changes are missing coverage. Please review.

Project coverage is 81.39%. Comparing base (b5a3e4a) to head (afc66d4).
Report is 6 commits behind head on master.

❗ Current head afc66d4 differs from pull request most recent head a5c6a20. Consider uploading reports for the commit a5c6a20 to get more accurate results

Files Patch % Lines
src/backend/InvenTree/report/api.py 63.29% 69 Missing ⚠️
src/backend/InvenTree/report/models.py 75.88% 34 Missing ⚠️
...nTree/report/migrations/0026_auto_20240422_1301.py 50.87% 28 Missing ⚠️
...nTree/report/migrations/0023_auto_20240421_0455.py 44.44% 20 Missing ⚠️
src/backend/InvenTree/report/apps.py 72.91% 13 Missing ⚠️
src/backend/InvenTree/stock/models.py 31.57% 13 Missing ⚠️
...rontend/src/components/buttons/PrintingActions.tsx 83.33% 6 Missing and 1 partial ⚠️
src/frontend/src/tables/settings/TemplateTable.tsx 68.18% 6 Missing and 1 partial ⚠️
src/backend/InvenTree/plugin/base/label/mixins.py 80.00% 6 Missing ⚠️
src/backend/InvenTree/report/validators.py 44.44% 5 Missing ⚠️
... and 26 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7074      +/-   ##
==========================================
- Coverage   84.06%   81.39%   -2.67%     
==========================================
  Files        1052     1064      +12     
  Lines       46215    46604     +389     
  Branches     1335     1380      +45     
==========================================
- Hits        38849    37932     -917     
- Misses       7037     8333    +1296     
- Partials      329      339      +10     

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