Skip to content

refactor(async/unstable): apply style guide to circuit breaker#7008

Merged
kt3k merged 4 commits intodenoland:mainfrom
tomas-zijdemans:style-cb
Feb 20, 2026
Merged

refactor(async/unstable): apply style guide to circuit breaker#7008
kt3k merged 4 commits intodenoland:mainfrom
tomas-zijdemans:style-cb

Conversation

@tomas-zijdemans
Copy link
Copy Markdown
Contributor

  • Added @experimental tags to all public exports
  • Fixed error message style (double quotes around parameter name,, colon separator, no trailing period +++)
  • Avoid @param unless parameter intent is non-obvious

Also removed overlapping tests. Test coverage is still 100%.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.16%. Comparing base (4936f23) to head (897fb9c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7008   +/-   ##
=======================================
  Coverage   94.16%   94.16%           
=======================================
  Files         618      618           
  Lines       48802    48802           
  Branches     8601     8601           
=======================================
+ Hits        45954    45956    +2     
+ Misses       2779     2777    -2     
  Partials       69       69           

☔ 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
Copy Markdown
Contributor

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

Nice! LGTM

@kt3k kt3k merged commit 2b7d792 into denoland:main Feb 20, 2026
19 checks passed
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.

2 participants