Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.2] Added AddEventCommand #49

Merged
merged 2 commits into from
Oct 11, 2018
Merged

Conversation

ian-tjahjono
Copy link

No description provided.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 77

  • 2 of 121 (1.65%) changed or added relevant lines in 11 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-5.2%) to 78.347%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/AddressBookParser.java 0 1 0.0%
src/main/java/seedu/address/model/ModelManager.java 0 3 0.0%
src/main/java/seedu/address/model/event/Date.java 0 10 0.0%
src/main/java/seedu/address/model/event/EventName.java 0 10 0.0%
src/main/java/seedu/address/model/event/Time.java 0 10 0.0%
src/main/java/seedu/address/model/eventContacts/EventContacts.java 0 10 0.0%
src/main/java/seedu/address/logic/commands/AddEventCommand.java 0 13 0.0%
src/main/java/seedu/address/logic/parser/AddEventCommandParser.java 0 14 0.0%
src/main/java/seedu/address/model/event/Event.java 0 22 0.0%
src/main/java/seedu/address/logic/parser/ParserUtil.java 0 26 0.0%
Totals Coverage Status
Change from base Build 75: -5.2%
Covered Lines: 1498
Relevant Lines: 1912

💛 - Coveralls

@QzSG
Copy link

QzSG commented Oct 11, 2018

#50

Copy link

@QzSG QzSG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QzSG QzSG merged commit 694fa2d into CS2113-AY1819S1-T13-1:master Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants