johnding1996 / HKUST-COMP3111H-Group

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

Integration test #73

Closed thomaszhouan closed 7 years ago

thomaszhouan commented 7 years ago

Integration test with multiple modification.

codecov[bot] commented 7 years ago

Codecov Report

Merging #73 into develop will decrease coverage by 1.7%. The diff coverage is 38.3%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #73     +/-   ##
===========================================
- Coverage       68.4%   66.7%   -1.8%     
- Complexity       324     328      +4     
===========================================
  Files             36      36             
  Lines           1511    1589     +78     
  Branches         155     176     +21     
===========================================
+ Hits            1034    1060     +26     
- Misses           408     453     +45     
- Partials          69      76      +7
Impacted Files Coverage Δ Complexity Δ
...ieting-chatbot/src/main/java/controller/State.java 60% <ø> (ø) 7 <0> (ø) :arrow_down:
...bot/src/main/java/misc/UserInitialInputRecord.java 79% <0%> (-2.6%) 45 <0> (ø)
...eting-chatbot/src/main/java/agent/ConfirmFood.java 17.7% <10.5%> (-3.1%) 6 <0> (ø)
...g-chatbot/src/main/java/agent/FoodRecommender.java 88.1% <100%> (ø) 19 <0> (ø) :arrow_down:
...ot/src/main/java/controller/ChatbotController.java 74.3% <54.1%> (-3.1%) 34 <1> (+1)
...ieting-chatbot/src/main/java/agent/MenuParser.java 82.6% <57.1%> (-2.3%) 14 <0> (ø)
dieting-chatbot/src/main/java/agent/MealAsker.java 77.6% <58.6%> (-3.6%) 22 <3> (+3)

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 4611827...fb86d7e. Read the comment docs.