Closed thomaszhouan closed 7 years ago
Merging #34 into develop will increase coverage by
14.1%
. The diff coverage is42.2%
.
@@ Coverage Diff @@
## develop #34 +/- ##
============================================
+ Coverage 33.8% 47.9% +14.1%
- Complexity 22 87 +65
============================================
Files 6 12 +6
Lines 313 446 +133
Branches 30 43 +13
============================================
+ Hits 106 214 +108
- Misses 197 215 +18
- Partials 10 17 +7
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ng-chatbot/src/main/java/controller/Publisher.java | 0% <0%> (ø) |
0 <0> (?) |
|
...hatbot/src/main/java/controller/DebugReceiver.java | 0% <0%> (ø) |
0 <0> (?) |
|
...n/java/controller/KitchenSinkWebMvcConfigurer.java | 0% <0%> (ø) |
0 <0> (ø) |
:arrow_down: |
...c/main/java/controller/StateTransitionLogJSON.java | 0% <0%> (ø) |
0 <0> (?) |
|
...ain/java/controller/DietingChatbotApplication.java | 0% <0%> (ø) |
0 <0> (?) |
|
...chatbot/src/main/java/controller/StateMachine.java | 88.4% <100%> (+13.6%) |
14 <3> (+1) |
:arrow_up: |
...ng-chatbot/src/main/java/controller/Formatter.java | 4.8% <4.8%> (ø) |
2 <2> (?) |
|
...ot/src/main/java/controller/ChatbotController.java | 42.3% <42.3%> (ø) |
18 <18> (?) |
|
...ieting-chatbot/src/main/java/controller/State.java | 46.4% <46.4%> (ø) |
13 <13> (?) |
|
...-chatbot/src/main/java/controller/MessageJSON.java | 50% <50%> (ø) |
1 <1> (?) |
|
... and 11 more |
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 8760d83...d1aa96d. Read the comment docs.
ChatbotController
as an interface for receiving and sending messages using LINE APIStateMachine
for chatbot global state trackingFormatterMessageJSON
andParserMessageJSON
as wrappers for user messagesPublisher
andDebugReceiver
utilities for using thereactor
framework