AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

83 add command buffer #85

Closed shardhrv closed 9 hours ago

shardhrv commented 20 hours ago

Created a working command buffer with test cases that allows you to cycle through previously executed commands within the same session.

Also added test cases

codecov[bot] commented 20 hours ago

Codecov Report

Attention: Patch coverage is 58.33333% with 15 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/CommandBox.java 0.00% 15 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/ui/CommandBuffer.java 100.00% <100.00%> (ø) 9.00 <9.00> (?)
src/main/java/seedu/address/ui/CommandBox.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

... and 6 files with indirect coverage changes

jan-kai1 commented 10 hours ago

LGTM!