Closed skkap closed 2 years ago
Merging #329 (d9bc2ae) into master (d0133a9) will decrease coverage by
0.01%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #329 +/- ##
============================================
- Coverage 57.17% 57.15% -0.02%
Complexity 742 742
============================================
Files 131 131
Lines 5445 5445
Branches 508 508
============================================
- Hits 3113 3112 -1
- Misses 2103 2104 +1
Partials 229 229
Impacted Files | Coverage Δ | |
---|---|---|
...org/litote/kmongo/coroutine/CoroutineCollection.kt | 49.39% <0.00%> (ø) |
|
...litote/kmongo/coroutine/CoroutineClientSessions.kt | 75.00% <0.00%> (-25.00%) |
: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 d0133a9...d9bc2ae. Read the comment docs.
Thank you for the PR
With the current implementation calling
CoroutineCollection.createIndexes
throws:I am not confident about the fix, but I believe
createIndexes()
returns more than one element from a publisher.Please let me know if you have some suggestions.