|
Ran
|
Jobs
1
|
Files
116
|
Run time
7s
|
Badge
README BADGES
|
push
travis-ci
Merge pull request #195 from lycjackie/improve-clean-command The `clear` command will always clear all data in our storage, this may not be optimal for our users. Given that we have 3 component, namely `modules`, `requirements` and `degree planner`. The users may prefer to clear an individual component of the storage instead. Let's improve our `clear` command by creating a parser to handle the arguments. In addition, let's create new tests cases to test the behaviour of the clear command as well as unit tests to ensure that our parser is working as intended. * [1/3] [Logic: improve our `clear` command](https://github.com/CS2113-AY1819S2-T09-1/main/pull/195/commits/0eaf37654) * [2/3] [logic/Test: create unit test for `ClearCommandParser`](https://github.com/CS2113-AY1819S2-T09-1/main/pull/195/commits/f4bfee00b) * [3/3] [logic/Test: Add unit tests on updated behaviour](https://github.com/CS2113-AY1819S2-T09-1/main/pull/195/commits/8d1be1a68)
43 of 43 new or added lines in 5 files covered. (100.0%)
2763 of 3143 relevant lines covered (87.91%)
0.88 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 938.1 | 0 |
87.91 |
Travis Job 938.1 |