CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

Add developer guide and user guide updates #43

Closed andrewtanJS closed 6 years ago

andrewtanJS commented 6 years ago

seems like the changes I made in the other branch were replayed here as well

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 82


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/commands/ScheduleCommand.java 0 2 0.0%
src/main/java/seedu/address/logic/parser/ScheduleCommandParser.java 0 2 0.0%
src/main/java/seedu/address/logic/parser/ParserUtil.java 0 5 0.0%
<!-- Total: 2 11 18.18% -->
Files with Coverage Reduction New Missed Lines %
src/main/java/seedu/address/logic/parser/AddressBookParser.java 1 95.65%
src/main/java/seedu/address/logic/parser/ScheduleCommandParser.java 4 0.0%
src/main/java/seedu/address/logic/commands/ScheduleCommand.java 6 0.0%
<!-- Total: 11 -->
Totals Coverage Status
Change from base Build 81: 0.0%
Covered Lines: 1463
Relevant Lines: 1710

💛 - Coveralls