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(Semaphore): add waiterCount to reveal the number of locked resources #44

Merged
merged 2 commits into from
Sep 24, 2024

feat(Semaphore): add `waiterCount` to reveal the number of lock waiters

7a8c10b
Select commit
Loading
Failed to load commit list.
Merged

feat(Semaphore): add waiterCount to reveal the number of locked resources #44

feat(Semaphore): add `waiterCount` to reveal the number of lock waiters
7a8c10b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

93.48% (+0.15%) compared to ece8b39

View this Pull Request on Codecov

93.48% (+0.15%) compared to ece8b39

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.48%. Comparing base (ece8b39) to head (7a8c10b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   93.33%   93.48%   +0.15%     
==========================================
  Files          17       17              
  Lines         420      430      +10     
  Branches       38       38              
==========================================
+ Hits          392      402      +10     
  Misses         28       28              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.