johnding1996 / HKUST-COMP3111H-Group

Group Project of COMP 3111H in Fall 2017 at HKUST
Apache License 2.0
0 stars 0 forks source link

New Feature for controller #47

Closed gongaa closed 6 years ago

gongaa commented 6 years ago

Add a debug for feature for controller such that when user input $$$<state-name> the state for that user will be changed to the specified state. This is convenient for debugging different modules.

codecov[bot] commented 6 years ago

Codecov Report

Merging #47 into develop will increase coverage by 4%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop     #47   +/-   ##
=========================================
+ Coverage       63.8%   67.9%   +4%     
- Complexity       233     246   +13     
=========================================
  Files             27      28    +1     
  Lines            986    1015   +29     
  Branches         104     107    +3     
=========================================
+ Hits             630     690   +60     
+ Misses           312     275   -37     
- Partials          44      50    +6
Impacted Files Coverage Δ Complexity Δ
dieting-chatbot/src/main/java/agent/MealAsker.java 86.3% <86.3%> (ø) 5 <5> (?)
...ot/src/main/java/controller/ChatbotController.java 75.4% <94.4%> (+21.7%) 30 <3> (+8) :arrow_up:

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 115d503...f660f83. Read the comment docs.