Skip to content

feat: add median implementation#135

Draft
qalisander wants to merge 21 commits intomainfrom
feat/median
Draft

feat: add median implementation#135
qalisander wants to merge 21 commits intomainfrom
feat/median

Conversation

@qalisander
Copy link
Member

Resolves #93

PR Checklist

  • Tests
  • Documentation
  • Changelog

@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9db319a1-b6a1-4b5a-a825-eba49baedf97

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/median

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.47%. Comparing base (1426e0a) to head (34146b5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
- Coverage   89.74%   85.47%   -4.28%     
==========================================
  Files          19       12       -7     
  Lines        1785     1301     -484     
  Branches      484      445      -39     
==========================================
- Hits         1602     1112     -490     
- Misses        168      177       +9     
+ Partials       15       12       -3     
Flag Coverage Δ
contracts/access ?
math/core 85.47% <ø> (-0.65%) ⬇️
math/fixed_point ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

[Feature]: median

2 participants