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

Enhanced find command to find by tags #64

Closed alyip98 closed 5 years ago

alyip98 commented 5 years ago

With tests! Refer to issue #58

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 118


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/FindCommandParser.java 10 12 83.33%
src/main/java/seedu/address/model/person/IsTaggedPredicate.java 5 7 71.43%
<!-- Total: 20 24 83.33% -->
Totals Coverage Status
Change from base Build 114: 0.04%
Covered Lines: 1695
Relevant Lines: 2064

💛 - Coveralls
alyip98 commented 5 years ago

@CS2103-AY1819S1-W13-3/developers PR is ready for review and merge

yogtew commented 5 years ago

Looks good!