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

Add Calendar Model #26

Merged

Add JUnit Testing for SingleDayEventList class

3378103
Select commit
Loading
Failed to load commit list.
Merged

Add Calendar Model #26

Add JUnit Testing for SingleDayEventList class
3378103
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2023 in 1s

76.72% (+0.62%) compared to 5fa1411

View this Pull Request on Codecov

76.72% (+0.62%) compared to 5fa1411

Details

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Files Coverage Δ
...rc/main/java/seedu/address/logic/LogicManager.java 77.27% <100.00%> (ø)
src/main/java/seedu/address/logic/Messages.java 90.47% <100.00%> (+2.97%) ⬆️
...ain/java/seedu/address/logic/parser/CliSyntax.java 88.88% <100.00%> (+5.55%) ⬆️
...va/seedu/address/logic/parser/ComponentParser.java 100.00% <100.00%> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 97.87% <100.00%> (+2.75%) ⬆️
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø)
src/main/java/seedu/address/model/event/Event.java 100.00% <100.00%> (ø)
...va/seedu/address/model/event/EventDescription.java 100.00% <100.00%> (ø)
...in/java/seedu/address/model/event/EventPeriod.java 100.00% <100.00%> (ø)
.../seedu/address/model/event/SingleDayEventList.java 100.00% <100.00%> (ø)
... and 11 more

... and 3 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.