Skip to content

MAT-10186 Adding fetchReviewLibraries API Call - #225

Open
RohitKandimalla wants to merge 1 commit into
developfrom
feature/MAT-10186
Open

MAT-10186 Adding fetchReviewLibraries API Call#225
RohitKandimalla wants to merge 1 commit into
developfrom
feature/MAT-10186

Conversation

@RohitKandimalla

Copy link
Copy Markdown
Contributor

MADiE PR

Jira Ticket: MAT-10186
(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 merging into the correct branch.
  • All Documentation needed for this PR is Complete (or noted in a TODO or other Ticket).
  • Any breaking changes or failing automations 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.

@RohitKandimalla
RohitKandimalla requested a review from a team as a code owner August 6, 2026 14:33
@RohitKandimalla RohitKandimalla self-assigned this Aug 6, 2026
@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (8dd770c) to head (8c09c49).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #225      +/-   ##
===========================================
+ Coverage    95.27%   95.30%   +0.02%     
===========================================
  Files           59       59              
  Lines         1651     1660       +9     
  Branches       310      311       +1     
===========================================
+ Hits          1573     1582       +9     
  Misses          23       23              
  Partials        55       55              

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

*/
async fetchReviewLibraries(signal?): Promise<LibraryListDTO[]> {
try {
const response = await axios.get<any>(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
const response = await axios.get<any>(
const response = await axios.get<LibraryListDTO[]>(

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.

2 participants