Closed bonedaddy closed 4 years ago
Merging #469 into master will decrease coverage by
0.18%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #469 +/- ##
==========================================
- Coverage 52.85% 52.68% -0.17%
==========================================
Files 43 43
Lines 4322 4323 +1
==========================================
- Hits 2284 2277 -7
- Misses 1530 1539 +9
+ Partials 508 507 -1
Impacted Files | Coverage Δ | |
---|---|---|
api/v2/utils.go | 51.01% <0.00%> (-0.34%) |
:arrow_down: |
queue/mail.go | 65.91% <0.00%> (-15.90%) |
:arrow_down: |
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 1b22a45...297bbb9. Read the comment docs.
:construction_worker: Purpose
Paged results were returning responses in not always the same order.
:rocket: Changes
Sort paged results by creation at date
:warning: Breaking Changes
None