Skip to content

feat(text/unstable): add truncate#7052

Open
tomas-zijdemans wants to merge 1 commit intodenoland:mainfrom
tomas-zijdemans:truncate
Open

feat(text/unstable): add truncate#7052
tomas-zijdemans wants to merge 1 commit intodenoland:mainfrom
tomas-zijdemans:truncate

Conversation

@tomas-zijdemans
Copy link
Contributor

@tomas-zijdemans tomas-zijdemans commented Mar 17, 2026

Partially fixes: #6456

@github-actions github-actions bot added the text label Mar 17, 2026
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.38%. Comparing base (260f5b8) to head (2fd1227).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7052   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files         628      629    +1     
  Lines       50175    50222   +47     
  Branches     8840     8857   +17     
=======================================
+ Hits        47357    47404   +47     
  Misses       2251     2251           
  Partials      567      567           

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

Copy link

@kajukitli kajukitli left a comment

Choose a reason for hiding this comment

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

Reviewed with full repo context. Initial findings didn't hold up on closer inspection. Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Truncating by word/char length (and maybe other units - sentences/lines/etc?)

2 participants