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

Populated SampleData with 20 students, updated PPP #150

Closed alyip98 closed 5 years ago

andrewtanJS commented 5 years ago

Just a minor style issue in the PPP

andrewtanJS commented 5 years ago

The documentation conflicts should be resolved by now. Thanks for also updating the handling of the data files.

yogtew commented 5 years ago

There is an unused import statement

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 368


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/GroupCommandParser.java 2 3 66.67%
src/main/java/seedu/address/logic/commands/group/GroupShowCommand.java 0 2 0.0%
<!-- Total: 24 27 88.89% -->
Files with Coverage Reduction New Missed Lines %
src/main/java/seedu/address/logic/parser/GroupCommandParser.java 1 93.94%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 367: 0.02%
Covered Lines: 2529
Relevant Lines: 2916

💛 - Coveralls