Closed scottinet closed 6 years ago
Merging #159 into 3.x will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## 3.x #159 +/- ##
==========================================
+ Coverage 91.28% 91.29% +<.01%
==========================================
Files 32 32
Lines 4693 4698 +5
Branches 441 442 +1
==========================================
+ Hits 4284 4289 +5
Misses 282 282
Partials 127 127
Impacted Files | Coverage Δ | |
---|---|---|
src/main/java/io/kuzzle/sdk/core/Collection.java | 93.36% <100%> (+0.06%) |
:arrow_up: |
src/main/java/io/kuzzle/sdk/core/Room.java | 92% <0%> (-0.04%) |
: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 ea5ec8d...2dea999. Read the comment docs.
What does this PR do ?
The API route
collection:create
can be used with a mapping since Kuzzle 1.3.0, allowing the creation of a collection directly with a mapping specified: https://docs.kuzzle.io/api-documentation/controller-collection/createBoyscout