Closed jyotigautam closed 5 years ago
Merging #473 into develop will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## develop #473 +/- ##
===========================================
+ Coverage 78.98% 79.03% +0.04%
===========================================
Files 176 176
Lines 2208 2208
===========================================
+ Hits 1744 1745 +1
+ Misses 464 463 -1
Impacted Files | Coverage Δ | |
---|---|---|
...ps/snitch_core/lib/core/domain/stock/quantifier.ex | 91.66% <100%> (ø) |
:arrow_up: |
..._core/lib/core/data/model/general_configuration.ex | 72.72% <0%> (+9.09%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7268ffd...d9610a0. Read the comment docs.
Why?
To paginate the order searches on order listing page.
This change addresses the need by:
Implementing pagination with no library dependency for order listing page.
delivers #163518205
Checklist
credo
and compile-time warnings.