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

Build order cancel #7153

Merged
merged 11 commits into from
May 4, 2024

Add unit test for cancelling build order *and* consuming stock

d662bef
Select commit
Loading
Failed to load commit list.
Merged

Build order cancel #7153

Add unit test for cancelling build order *and* consuming stock
d662bef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 4, 2024 in 0s

84.02% (target 82.00%)

View this Pull Request on Codecov

84.02% (target 82.00%)

Details

Codecov Report

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

Project coverage is 84.02%. Comparing base (70b88db) to head (d662bef).
Report is 2 commits behind head on master.

Files Patch % Lines
src/backend/InvenTree/build/serializers.py 16.66% 5 Missing ⚠️
src/backend/InvenTree/build/models.py 57.14% 3 Missing ⚠️
src/frontend/src/pages/build/BuildDetail.tsx 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7153      +/-   ##
==========================================
- Coverage   84.02%   84.02%   -0.01%     
==========================================
  Files        1040     1041       +1     
  Lines       45865    45950      +85     
  Branches     1291     1292       +1     
==========================================
+ Hits        38540    38609      +69     
- Misses       7021     7029       +8     
- Partials      304      312       +8     

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