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

Fix documentation bugs #168

Merged
merged 5 commits into from
Nov 3, 2020
Merged

Conversation

sgn00
Copy link

@sgn00 sgn00 commented Nov 3, 2020

No description provided.

@sgn00 sgn00 self-assigned this Nov 3, 2020
@sgn00 sgn00 added this to the v1.4 milestone Nov 3, 2020
@codecov-io
Copy link

Codecov Report

Merging #168 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #168   +/-   ##
=========================================
  Coverage     64.68%   64.68%           
  Complexity      588      588           
=========================================
  Files           108      108           
  Lines          2005     2005           
  Branches        223      223           
=========================================
  Hits           1297     1297           
  Misses          627      627           
  Partials         81       81           
Impacted Files Coverage Δ Complexity Δ
...ava/seedu/flashcard/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...va/seedu/flashcard/logic/commands/EditCommand.java 96.29% <ø> (ø) 12.00 <0.00> (ø)
.../seedu/flashcard/logic/commands/FilterCommand.java 87.50% <ø> (ø) 7.00 <0.00> (ø)
...va/seedu/flashcard/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...va/seedu/flashcard/logic/commands/SortCommand.java 100.00% <ø> (ø) 7.00 <0.00> (ø)
...a/seedu/flashcard/logic/commands/StatsCommand.java 100.00% <ø> (ø) 7.00 <0.00> (ø)
...a/seedu/flashcard/logic/commands/UnfavCommand.java 84.61% <ø> (ø) 9.00 <0.00> (ø)
...va/seedu/flashcard/logic/commands/ViewCommand.java 100.00% <ø> (ø) 9.00 <0.00> (ø)
...java/seedu/flashcard/model/flashcard/Category.java 90.00% <ø> (ø) 9.00 <0.00> (ø)
...va/seedu/flashcard/model/flashcard/Statistics.java 78.12% <ø> (ø) 18.00 <0.00> (ø)
... and 1 more

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 e87e9b6...b4ea999. Read the comment docs.

@sgn00 sgn00 requested review from moyj01 and minzzelo November 3, 2020 06:00
Copy link

@minzzelo minzzelo left a comment

Choose a reason for hiding this comment

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

LGTM!

@sgn00 sgn00 merged commit 8a8fda1 into AY2021S1-CS2103T-T17-2:master Nov 3, 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

3 participants