AY2021S1-CS2103T-T10-3 / tp

https://ay2021s1-cs2103t-t10-3.github.io/tp/
MIT License
0 stars 4 forks source link

Add /name field in filter search #291

Closed hjl99 closed 4 years ago

hjl99 commented 4 years ago

Closes #282

codecov-io commented 4 years ago

Codecov Report

Merging #291 into master will decrease coverage by 0.01%. The diff coverage is 91.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #291      +/-   ##
============================================
- Coverage     84.24%   84.22%   -0.02%     
- Complexity     1623     1634      +11     
============================================
  Files           141      142       +1     
  Lines          4202     4216      +14     
  Branches        537      536       -1     
============================================
+ Hits           3540     3551      +11     
- Misses          545      548       +3     
  Partials        117      117              
Impacted Files Coverage Δ Complexity Δ
...tributes/IngredientsContainsKeywordsPredicate.java 85.71% <33.33%> (-14.29%) 10.00 <1.00> (ø)
...ttributes/NameContainsKeywordsFilterPredicate.java 88.88% <88.88%> (ø) 8.00 <8.00> (?)
...opchop/logic/commands/FilterIngredientCommand.java 93.75% <100.00%> (+4.27%) 8.00 <4.00> (ø)
...a/chopchop/logic/commands/FilterRecipeCommand.java 100.00% <100.00%> (+5.26%) 9.00 <4.00> (ø)
...hop/logic/parser/commands/FilterCommandParser.java 96.29% <100.00%> (-3.71%) 28.00 <12.00> (+3.00) :arrow_down:

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 6b66450...e3233ab. Read the comment docs.