Closed scottinet closed 7 years ago
Merging #138 into 3.x will increase coverage by
<.01%
. The diff coverage is78.57%
.
@@ Coverage Diff @@
## 3.x #138 +/- ##
==========================================
+ Coverage 91.25% 91.26% +<.01%
==========================================
Files 33 33
Lines 4702 4695 -7
Branches 436 435 -1
==========================================
- Hits 4291 4285 -6
+ Misses 288 287 -1
Partials 123 123
Impacted Files | Coverage Δ | |
---|---|---|
.../io/kuzzle/sdk/responses/NotificationResponse.java | 23.4% <0%> (+2.99%) |
:arrow_up: |
src/main/java/io/kuzzle/sdk/core/Kuzzle.java | 92.23% <100%> (ø) |
:arrow_up: |
src/main/java/io/kuzzle/sdk/enums/Event.java | 100% <100%> (ø) |
:arrow_up: |
src/main/java/io/kuzzle/sdk/core/Room.java | 93.03% <77.77%> (-1.14%) |
: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 83f5701...1ff6fdd. Read the comment docs.
Description
Rename all instances of the
jwtTokenExpired
event totokenExpired
. Also adapt to the new notifications format (see https://github.com/kuzzleio/kuzzle/pull/882 )