CS2103-AY1819S1-T10-3 / main

LearnVocuabulary (LV) is a desktop application for people who prefer to use an offline version of the dictionary for learning purposes. More importantly, LV is optimized for those who prefer to work with a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
https://cs2103-ay1819s1-t10-3.github.io/main/
Other
0 stars 3 forks source link

Add WordOfTheDay command #91

Closed alexehrs closed 6 years ago

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 190


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/learnvocabulary/logic/parser/LearnVocabularyParser.java 0 1 0.0%
src/main/java/seedu/learnvocabulary/logic/commands/WordOfTheDayCommand.java 0 5 0.0%
src/main/java/seedu/learnvocabulary/logic/parser/WordOfTheDayParser.java 0 14 0.0%
src/main/java/seedu/learnvocabulary/model/word/Dictionary.java 0 16 0.0%
<!-- Total: 0 36 0.0% -->
Totals Coverage Status
Change from base Build 187: -1.7%
Covered Lines: 1392
Relevant Lines: 1749

💛 - Coveralls
alexehrs commented 6 years ago

Only coverage check fails. Gonna add some tests later.