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/confirm food content, and add database settings for feature 2 #62

Closed cliubf closed 6 years ago

cliubf commented 6 years ago

Feature 12 updated. User can choose from the list of food to indicate what he/she actually enjoyed for meal.

codecov[bot] commented 6 years ago

Codecov Report

Merging #62 into develop will decrease coverage by 2.1%. The diff coverage is 29.6%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #62     +/-   ##
===========================================
- Coverage       63.3%   61.2%   -2.2%     
- Complexity       281     288      +7     
===========================================
  Files             36      37      +1     
  Lines           1309    1398     +89     
  Branches         131     141     +10     
===========================================
+ Hits             829     856     +27     
- Misses           425     485     +60     
- Partials          55      57      +2
Impacted Files Coverage Δ Complexity Δ
...-chatbot/src/main/java/database/keeper/Keeper.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...ieting-chatbot/src/main/java/agent/MenuParser.java 92.9% <100%> (+0.3%) 13 <0> (ø) :arrow_down:
...eting-chatbot/src/main/java/agent/ConfirmFood.java 25.5% <25.5%> (ø) 6 <6> (?)
...tbot/src/main/java/database/keeper/MenuKeeper.java 84.2% <0%> (+10.5%) 7% <0%> (+1%) :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 6e71c3b...ff049bf. Read the comment docs.

johnding1996 commented 6 years ago

There are some tricky test hangings in this branch's gradlew setup.