Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

MAT-7820: Implement manual sorting #734

Merged
merged 5 commits into from
Oct 18, 2024
Merged

MAT-7820: Implement manual sorting #734

merged 5 commits into from
Oct 18, 2024

Conversation

mcmcphillips
Copy link
Contributor

MADiE PR

Jira Ticket: MAT-7820
(Optional) Related Tickets:

Summary

All Submissions

  • This PR has the JIRA linked.
  • Required tests are included
  • No extemporaneous files are included (i.e Complied files or testing results)
  • This PR is into the correct branch.
  • All Documentation as needed for this PR is Complete (or noted in a TODO or other Ticket)
  • Any breaking changes or failing automation are noted by placing a comment on this PR.

DevSecOps

If there is a question if this PR has a security or infrastructure impact, please contact the Security or DevOps engineer assigned to this project to discuss it further.

  • This PR has NO significant security impact (i.e Changing auth methods, Adding a new user type, Adding a required but vulnerable package)
  • All CDN/Web dependencies are hosted internally (i.e MADiE-Root Repo)

Reviewers

By Approving this PR you are attesting to the following:

  • Code is maintainable and reusable, reuses existing code and infrastructure where appropriate, and accomplishes the task’s purpose
  • The tests appropriately test the new code, including edge cases
  • If you have any concerns they are brought up either to the developer assigned, security engineer, or leads

@mcmcphillips mcmcphillips requested a review from a team as a code owner October 18, 2024 01:46
Copy link

codacy-production bot commented Oct 18, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.56% 81.25%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ae657ab) 5646 4944 87.57%
Head commit (8177543) 5660 (+14) 4988 (+44) 88.13% (+0.56%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#734) 32 26 81.25%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 68.75000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 83.20%. Comparing base (ae657ab) to head (8177543).
Report is 6 commits behind head on develop.

Files with missing lines Patch % Lines
...ents/testCaseLanding/common/Hooks/UseTestCases.tsx 68.75% 6 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #734      +/-   ##
===========================================
+ Coverage    82.69%   83.20%   +0.51%     
===========================================
  Files          205      205              
  Lines         6120     6134      +14     
  Branches      1322     1325       +3     
===========================================
+ Hits          5061     5104      +43     
+ Misses         737      707      -30     
- Partials       322      323       +1     

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

@mcmcphillips mcmcphillips merged commit 512e626 into develop Oct 18, 2024
12 of 13 checks passed
@mcmcphillips mcmcphillips deleted the MAT-7820 branch October 18, 2024 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants