Closed johnding1996 closed 7 years ago
Merging #98 into develop will increase coverage by
2.3%
. The diff coverage is79%
.
@@ Coverage Diff @@
## develop #98 +/- ##
===========================================
+ Coverage 60.6% 62.9% +2.3%
- Complexity 270 302 +32
===========================================
Files 37 37
Lines 1382 1590 +208
Branches 176 206 +30
===========================================
+ Hits 838 1001 +163
- Misses 478 519 +41
- Partials 66 70 +4
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...g-chatbot/src/main/java/agent/CampaignManager.java | 0% <ø> (ø) |
0 <0> (ø) |
:arrow_down: |
...ain/java/controller/DietingChatbotApplication.java | 0% <ø> (ø) |
0 <0> (ø) |
:arrow_down: |
...g-chatbot/src/main/java/agent/FoodRecommender.java | 74.4% <79%> (+4.9%) |
52 <27> (+32) |
: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 867b5a9...60f21f7. Read the comment docs.
Feature 11 finished. Now FoodRecommender is much more
talktive
as it will as for exercise rate and meal type of a user. And generate personalized reasons of a recommendation based on a sub-score ordering algorithm. Along with these changes, FoodRecommender is still maintained to be capable for future changes including adding more nutrients standards.