johnding1996 / HKUST-COMP3111H-Group

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

Feature/meal asker #70

Closed gongaa closed 6 years ago

gongaa commented 6 years ago

MealAsker integrated with MenuParser and Recommender.

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into develop will increase coverage by 2%. The diff coverage is 67.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop     #70   +/-   ##
=========================================
+ Coverage       61.2%   63.2%   +2%     
- Complexity       288     308   +20     
=========================================
  Files             37      36    -1     
  Lines           1398    1485   +87     
  Branches         141     153   +12     
=========================================
+ Hits             856     939   +83     
+ Misses           485     482    -3     
- Partials          57      64    +7
Impacted Files Coverage Δ Complexity Δ
...ot/src/main/java/database/querier/UserQuerier.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...ieting-chatbot/src/main/java/controller/State.java 60% <ø> (ø) 7 <0> (ø) :arrow_down:
.../main/java/database/connection/SQLPoolFactory.java 0% <0%> (ø) 0 <0> (?)
...g-chatbot/src/main/java/agent/FoodRecommender.java 19.5% <0%> (-1.6%) 4 <0> (ø)
...ain/java/database/connection/RedisPoolFactory.java 0% <0%> (ø) 0 <0> (?)
...bot/src/main/java/database/connection/SQLPool.java 58% <100%> (+2.8%) 4 <0> (+1) :arrow_up:
...ot/src/main/java/controller/ChatbotController.java 76.9% <100%> (+0.6%) 32 <0> (ø) :arrow_down:
...t/src/main/java/database/connection/RedisPool.java 52.3% <100%> (+5%) 4 <0> (+1) :arrow_up:
...ieting-chatbot/src/main/java/agent/MenuParser.java 88.8% <50%> (-4.1%) 14 <0> (+1)
...bot/src/main/java/misc/UserInitialInputRecord.java 81.6% <64.7%> (-3.4%) 45 <0> (+1)
... and 6 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 06085bc...6cd036b. Read the comment docs.