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

feat: calculate the sorting distance with euclidian distance #6777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrick-werner
Copy link
Member

fixes #6776

Copy link

github-actions bot commented Mar 6, 2025

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.58%. Comparing base (78537ba) to head (f47d067).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6777   +/-   ##
=========================================
  Coverage     83.58%   83.58%           
- Complexity    28650    28673   +23     
=========================================
  Files          1798     1799    +1     
  Lines        111363   111414   +51     
  Branches      13982    13984    +2     
=========================================
+ Hits          93080    93130   +50     
- Misses        12280    12281    +1     
  Partials       6003     6003           

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

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.

Sort in distance inaccurate
1 participant