Closed siddarth2824 closed 4 years ago
Merging #291 (b9be9e3) into master (d726aac) will increase coverage by
0.09%
. The diff coverage is93.98%
.
@@ Coverage Diff @@
## master #291 +/- ##
============================================
+ Coverage 88.04% 88.14% +0.09%
Complexity 942 942
============================================
Files 119 117 -2
Lines 2343 2311 -32
Branches 325 318 -7
============================================
- Hits 2063 2037 -26
+ Misses 173 168 -5
+ Partials 107 106 -1
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 d726aac...b9be9e3. Read the comment docs.
Resolves #290. Resolves #292, resolves #293.
Changes made:
DeleteBookmarkExpenseCommandParser
andDeleteBookmarkIncomeCommandParser
by creating aDeleteBookmarkTransactionCommandParser
class.EditBookmarkExpenseCommandParser
andEditBookmarkIncomeCommandParser
by creating aEditBookmarkTransactionCommandParser
class.ConvertBookmarkExpenseCommandParser
sndConvertBookmarkIncomeCommandParser
by creating aConvertBookmarkTransactionCommandParser
class.AddBookmarkExpenseCommandParser
andAddBookmarkIncomeCommandParser
by creating aBookmarkTransactionBuilder
class which is a utility class that parses the input arguments and create aBookmarkIncome
andBookmarkExpense
respectively.