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/parse menu input text #45

Closed cliubf closed 6 years ago

cliubf commented 6 years ago

Finished with web get JSON method

johnding1996 commented 6 years ago

@cliubf You must pass the CI test to merge to develop. Please check the build errors.

codecov[bot] commented 6 years ago

Codecov Report

Merging #45 into develop will increase coverage by 1.8%. The diff coverage is 86.8%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #45     +/-   ##
===========================================
+ Coverage       65.3%   67.2%   +1.8%     
- Complexity       252     276     +24     
===========================================
  Files             32      35      +3     
  Lines           1072    1171     +99     
  Branches         109     121     +12     
===========================================
+ Hits             701     787     +86     
- Misses           324     331      +7     
- Partials          47      53      +6
Impacted Files Coverage Δ Complexity Δ
...ot/src/main/java/controller/ChatbotController.java 74.7% <33.3%> (-0.8%) 30 <0> (ø)
...ing-chatbot/src/main/java/agent/UrlMenuParser.java 81.8% <81.8%> (ø) 8 <8> (?)
...ng-chatbot/src/main/java/agent/TextMenuParser.java 88.8% <88.8%> (ø) 3 <3> (?)
...ieting-chatbot/src/main/java/agent/MenuParser.java 92.5% <92.5%> (ø) 13 <13> (?)

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 00c77b2...9669d4d. Read the comment docs.