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/user revise food #117

Closed cliubf closed 6 years ago

cliubf commented 6 years ago

This is without test cases as refactor might apply.

codecov[bot] commented 6 years ago

Codecov Report

Merging #117 into develop will decrease coverage by 1.5%. The diff coverage is 49.3%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop    #117     +/-   ##
===========================================
- Coverage         69%   67.4%   -1.6%     
- Complexity       391     408     +17     
===========================================
  Files             44      44             
  Lines           1992    2131    +139     
  Branches         211     224     +13     
===========================================
+ Hits            1375    1437     +62     
- Misses           545     621     +76     
- Partials          72      73      +1
Impacted Files Coverage Δ Complexity Δ
...ot/src/main/java/database/querier/FoodQuerier.java 80% <ø> (ø) 3 <0> (ø) :arrow_down:
dieting-chatbot/src/main/java/agent/MealAsker.java 50% <49.3%> (-16.7%) 23 <19> (+17)
...g-chatbot/src/main/java/agent/FoodRecommender.java 85.2% <0%> (-0.4%) 42% <0%> (ø)

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 f723133...99b48ff. Read the comment docs.

cliubf commented 6 years ago

Code fixed, test available on test1 @johnding1996