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/database v1.2 #50

Closed wenshuoguo closed 6 years ago

wenshuoguo commented 6 years ago

Release database v1.2

johnding1996 commented 6 years ago

This is the database v1.2 release, which solves the 7 issues listed in #41.

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into develop will decrease coverage by 0.6%. The diff coverage is 40%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop     #50     +/-   ##
===========================================
- Coverage       67.9%   67.2%   -0.7%     
- Complexity       246     247      +1     
===========================================
  Files             28      28             
  Lines           1015    1024      +9     
  Branches         107     104      -3     
===========================================
- Hits             690     689      -1     
- Misses           275     289     +14     
+ Partials          50      46      -4
Impacted Files Coverage Δ Complexity Δ
...ot/src/main/java/database/querier/FoodQuerier.java 80% <ø> (ø) 3 <0> (ø) :arrow_down:
...main/java/database/querier/PartialFoodQuerier.java 63.6% <ø> (ø) 3 <0> (ø) :arrow_down:
...ot/src/main/java/database/querier/UserQuerier.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...src/main/java/database/keeper/SerializeKeeper.java 78.2% <ø> (ø) 10 <0> (ø) :arrow_down:
...c/main/java/database/querier/FuzzyFoodQuerier.java 66.6% <ø> (ø) 2 <0> (ø) :arrow_down:
...tbot/src/main/java/database/keeper/HistKeeper.java 73.6% <ø> (ø) 6 <0> (ø) :arrow_down:
...bot/src/main/java/database/connection/SQLPool.java 55.1% <ø> (ø) 3 <0> (ø) :arrow_down:
...t/src/main/java/database/connection/RedisPool.java 47.3% <ø> (ø) 3 <0> (ø) :arrow_down:
...-chatbot/src/main/java/database/keeper/Keeper.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...atbot/src/main/java/database/keeper/LogKeeper.java 73.6% <100%> (ø) 6 <2> (ø) :arrow_down:
... and 2 more

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 a707508...d59883d. Read the comment docs.