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

MERGE THIRD: Add Help Request Table and Corresponding Test #60

Merged
merged 5 commits into from May 19, 2022

Conversation

aaron-sgy
Copy link
Contributor

Overview

Add Help Request Table with corresponding Test. 100% test coverage and mutation test.

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #60 (6b06271) into main (795b6d8) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 6b06271 differs from pull request most recent head 1e972b2. Consider uploading reports for the commit 1e972b2 to get more accurate results

@@             Coverage Diff              @@
##                main       #60    +/-   ##
============================================
  Coverage     100.00%   100.00%            
+ Complexity        94        84    -10     
============================================
  Files             53        16    -37     
  Lines            414       205   -209     
============================================
- Hits             414       205   -209     
Impacted Files Coverage Δ
...156/example/controllers/HelpRequestController.java 100.00% <100.00%> (ø)
...c/main/pages/HelpRequests/HelpRequestsIndexPage.js
frontend/src/main/components/Users/UsersTable.js
...xample/controllers/UCSBOrganizationController.java
frontend/src/main/utils/minMax_NoStryker.js
frontend/src/main/pages/Todos/TodosIndexPage.js
frontend/src/main/pages/Todos/TodosCreatePage.js
...nd/src/main/pages/UCSBDates/UCSBDatesCreatePage.js
...gCommonsMenuItem/UCSBDiningCommonsMenuItemTable.js
...rontend/src/main/pages/Article/ArticleIndexPage.js
... and 28 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 795b6d8...1e972b2. Read the comment docs.

Copy link
Contributor

@jwangathan jwangathan left a comment

Choose a reason for hiding this comment

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

LGTM. All tests passed.

@jwangathan jwangathan merged commit 5274db2 into main May 19, 2022
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.

Replace HelpRequestTable placeholder page with one that includes Help Request Table
2 participants