Skip to content

[CS2103-T16-1] Supper Strikers#107

Open
ernestlim8 wants to merge 580 commits into
nus-cs2103-AY2021S1:masterfrom
AY2021S1-CS2103-T16-1:master
Open

[CS2103-T16-1] Supper Strikers#107
ernestlim8 wants to merge 580 commits into
nus-cs2103-AY2021S1:masterfrom
AY2021S1-CS2103-T16-1:master

Conversation

@ernestlim8
Copy link
Copy Markdown

Supper Strikers helps students living on NUS campus to create and send supper orders to supper vendors in supper stretch. It is optimized for CLI users so that ordering supper can be done faster by typing in commands.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #107   +/-   ##
=========================================
  Coverage     72.31%   72.31%           
  Complexity      400      400           
=========================================
  Files            70       70           
  Lines          1228     1228           
  Branches        124      124           
=========================================
  Hits            888      888           
  Misses          308      308           
  Partials         32       32           

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 b3e3b78...39c6fa4. Read the comment docs.

Criss-Wang pushed a commit to Criss-Wang/tp that referenced this pull request Oct 11, 2020
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 11, 2020

Codecov Report

Merging #107 (19052b7) into master (b3e3b78) will decrease coverage by 1.54%.
The diff coverage is 74.34%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #107      +/-   ##
============================================
- Coverage     72.31%   70.76%   -1.55%     
- Complexity      400      815     +415     
============================================
  Files            70      117      +47     
  Lines          1228     2487    +1259     
  Branches        124      298     +174     
============================================
+ Hits            888     1760     +872     
- Misses          308      615     +307     
- Partials         32      112      +80     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ress/commons/exceptions/IllegalValueException.java 100.00% <ø> (ø) 1.00 <0.00> (-1.00)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...ss/logic/commands/exceptions/CommandException.java 22.22% <0.00%> (-77.78%) 1.00 <0.00> (-1.00)
.../java/seedu/address/model/util/SampleDataUtil.java 4.34% <0.00%> (-15.66%) 1.00 <0.00> (ø)
.../main/java/seedu/address/model/vendor/Address.java 80.00% <ø> (ø) 6.00 <0.00> (?)
...rc/main/java/seedu/address/model/vendor/Email.java 80.00% <ø> (ø) 6.00 <0.00> (?)
src/main/java/seedu/address/model/vendor/Name.java 80.00% <ø> (ø) 6.00 <0.00> (?)
src/main/java/seedu/address/ui/FoodCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 157 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 b3e3b78...19052b7. Read the comment docs.

nopenotj pushed a commit to nopenotj/tp that referenced this pull request Oct 11, 2020
chunyongg added a commit to chunyongg/Serenity that referenced this pull request Oct 19, 2020
chrystalquek pushed a commit to chrystalquek/tp that referenced this pull request Oct 28, 2020
…oper-guide-implementation

Add Overall Completion Percentage feature to DG Implementation
ernestlim8 and others added 29 commits November 8, 2020 11:58
Improve various portions of the UG
Add implementation of find, sort and menu commands in D guide
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 73.70130% with 243 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@ef92da3). Learn more about missing BASE report.

Files with missing lines Patch % Lines
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 56 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 26 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 75.80% 6 Missing and 9 partials ⚠️
src/main/java/seedu/address/ui/FoodCard.java 0.00% 14 Missing ⚠️
...va/seedu/address/logic/commands/SubmitCommand.java 72.97% 7 Missing and 3 partials ⚠️
...java/seedu/address/storage/JsonAdaptedProfile.java 52.63% 9 Missing ⚠️
...du/address/logic/commands/DeletePresetCommand.java 74.19% 4 Missing and 4 partials ⚠️
...ain/java/seedu/address/storage/StorageManager.java 75.86% 7 Missing ⚠️
src/main/java/seedu/address/ui/FoodListPanel.java 0.00% 6 Missing ⚠️
src/main/java/seedu/address/ui/OrderItemCard.java 0.00% 6 Missing ⚠️
... and 33 more
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #107   +/-   ##
=========================================
  Coverage          ?   70.76%           
  Complexity        ?      815           
=========================================
  Files             ?      117           
  Lines             ?     2487           
  Branches          ?      298           
=========================================
  Hits              ?     1760           
  Misses            ?      615           
  Partials          ?      112           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

7 participants