CS2103-AY1819S2-W10-1 / main

📖☕ README integrated bookmark manager and feed reader application
https://cs2103-ay1819s2-w10-1.github.io/main/
MIT License
3 stars 5 forks source link

Add "all" variants of commands #190

Closed thomastanck closed 5 years ago

thomastanck commented 5 years ago

Depends on #191. Resolves #169.

Adds "all" variants such as addall, refreshall, archiveall, etc.

Summary of changes:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 928


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/commands/CommandResult.java 0 1 0.0%
src/main/java/seedu/address/logic/commands/RefreshAllEntriesCommand.java 21 22 95.45%
<!-- Total: 107 109 98.17% -->
Totals Coverage Status
Change from base Build 927: 1.3%
Covered Lines: 2452
Relevant Lines: 2687

💛 - Coveralls