Closed monsieurtanuki closed 3 weeks ago
Attention: Patch coverage is 0%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 7.05%. Comparing base (
4d9c7fc
) to head (94ab8c4
). Report is 410 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/smooth_app/lib/query/product_query.dart | 0.00% | 8 Missing :warning: |
...app/lib/pages/product/product_incomplete_card.dart | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you @teolemon for your review!
Typically not an easy issue to test as it would be very simple to create a dumb product from scratch in test env, and wait until the message appears. We cannot do that because there's no beauty test env and searching on that server (in order not to find the product) causes an error. We should somehow skip the beauty test env, at least via dev mode. What do you think of that?
What
Fixes bug(s)
Impacted files
app_en.arb
: added labels for OxF versionsproduct_incomplete_card.dart
: button label depends on OxFproduct_query.dart
: newgetRoadToScoreLabel
method