Skip to content

Conversation

FriedhelmWS
Copy link
Collaborator

Description

Also added delete hypothesis API

Issues Resolved

NA

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

❌ Patch coverage is 5.68182% with 83 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.53%. Comparing base (d713da8) to head (e5f0fe4).

Files with missing lines Patch % Lines
public/hooks/use_investigation.ts 5.71% 66 Missing ⚠️
public/hooks/use_notebook.tsx 6.66% 14 Missing ⚠️
...c/components/notebooks/components/summary_card.tsx 0.00% 3 Missing ⚠️
Additional details and impacted files
@@                     Coverage Diff                     @@
##           hypothesis-investigtion     #140      +/-   ##
===========================================================
- Coverage                    58.34%   57.53%   -0.81%     
===========================================================
  Files                           68       68              
  Lines                         2194     2230      +36     
  Branches                       538      550      +12     
===========================================================
+ Hits                          1280     1283       +3     
- Misses                         912      945      +33     
  Partials                         2        2              

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

}
);

router.delete(
Copy link
Member

Choose a reason for hiding this comment

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

Shall we move these routers to hypothesis_router?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

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