Closed ankush closed 12 months ago
Attention: 12 lines
in your changes are missing coverage. Please review.
Comparison is base (
7a5cf2f
) 39.65% compared to head (7d663c1
) 39.55%.
Files | Patch % | Lines |
---|---|---|
ecommerce_integrations/shopify/fulfillment.py | 0.00% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 1.19.6 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Earlier the code assumed item can only be used once in order. This change now uses fifo type assignment of shopify line items to delivery note line items to only map item code once and then pop it.