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

Support for refreshing entries #133

Closed thomastanck closed 5 years ago

thomastanck commented 5 years ago

Resolves #56.

Summary of changes:

Part of epics:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 682


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/EntryBookFeedsParser.java 0 1 0.0%
src/main/java/seedu/address/logic/parser/EntryBookListParser.java 0 1 0.0%
src/main/java/seedu/address/logic/commands/RefreshFeedCommand.java 0 2 0.0%
src/main/java/seedu/address/logic/parser/RefreshEntryCommandParser.java 0 3 0.0%
src/main/java/seedu/address/model/ModelManager.java 0 4 0.0%
src/main/java/seedu/address/logic/parser/RefreshFeedCommandParser.java 0 6 0.0%
src/main/java/seedu/address/logic/commands/RefreshEntryCommand.java 0 15 0.0%
<!-- Total: 0 32 0.0% -->
Totals Coverage Status
Change from base Build 681: -0.9%
Covered Lines: 2096
Relevant Lines: 2502

💛 - Coveralls
epicfailname commented 5 years ago

Possible extension in future could be that a refresh command, without any index given, refreshes the selected entry (and prompts for index if there is no selected entry)