ForgeFlow / stock-rma

Stock RMA
GNU Affero General Public License v3.0
38 stars 41 forks source link

[16.0][IMP] rma: Auto-calculate package for serial products #492

Closed PauBForgeFlow closed 5 months ago

PauBForgeFlow commented 9 months ago

Migrated from #449

codecov-commenter commented 9 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (334b86f) 80.60% compared to head (e43156e) 80.57%. Report is 2 commits behind head on 16.0.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492/graphs/tree.svg?width=650&height=150&src=pr&token=hagShlnibr&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent)](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) ```diff @@ Coverage Diff @@ ## 16.0 #492 +/- ## ========================================== - Coverage 80.60% 80.57% -0.04% ========================================== Files 128 129 +1 Lines 4889 4896 +7 Branches 794 793 -1 ========================================== + Hits 3941 3945 +4 - Misses 728 731 +3 Partials 220 220 ``` | [Files](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) | Coverage Δ | | |---|---|---| | [rma/models/\_\_init\_\_.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL21vZGVscy9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [rma/models/rma\_order\_line.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL21vZGVscy9ybWFfb3JkZXJfbGluZS5weQ==) | `78.42% <100.00%> (ø)` | | | [rma/models/stock\_quant\_package.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL21vZGVscy9zdG9ja19xdWFudF9wYWNrYWdlLnB5) | `66.66% <66.66%> (ø)` | | | [rma/wizards/rma\_make\_picking.py](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent#diff-cm1hL3dpemFyZHMvcm1hX21ha2VfcGlja2luZy5weQ==) | `78.57% <50.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). Last update [4034cd2...e43156e](https://app.codecov.io/gh/ForgeFlow/stock-rma/pull/492?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eficent).
AaronHForgeFlow commented 5 months ago

Tested and it works. Merging to keep branches even.