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

Implement Stats command #106

Merged
merged 8 commits into from
Oct 27, 2020

Conversation

moyj01
Copy link

@moyj01 moyj01 commented Oct 26, 2020

No description provided.

@moyj01 moyj01 added this to the v1.3 milestone Oct 26, 2020
@moyj01 moyj01 self-assigned this Oct 26, 2020
@codecov-io
Copy link

Codecov Report

Merging #106 into master will increase coverage by 0.43%.
The diff coverage is 79.48%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #106      +/-   ##
============================================
+ Coverage     61.44%   61.87%   +0.43%     
- Complexity      536      547      +11     
============================================
  Files           104      106       +2     
  Lines          1953     1991      +38     
  Branches        224      227       +3     
============================================
+ Hits           1200     1232      +32     
- Misses          668      674       +6     
  Partials         85       85              
Impacted Files Coverage Δ Complexity Δ
...du/flashcard/logic/parser/FlashcardDeckParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/flashcard/ui/MainWindow.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../seedu/flashcard/logic/commands/CommandResult.java 62.74% <70.58%> (+6.86%) 13.00 <1.00> (+1.00)
...a/seedu/flashcard/logic/commands/StatsCommand.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
...edu/flashcard/logic/parser/StatsCommandParser.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3657e09...aba3823. Read the comment docs.

Copy link

@tan-zhuoyao tan-zhuoyao left a comment

Choose a reason for hiding this comment

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

Please refer to my 1 comment, thank you!

Copy link

@sgn00 sgn00 left a comment

Choose a reason for hiding this comment

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

Fix the change

@moyj01 moyj01 merged commit e966298 into AY2021S1-CS2103T-T17-2:master Oct 27, 2020
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

4 participants