feat: add distributed counting semaphore with multi-provider support - #117
Merged
Codecov / codecov/project
succeeded
Jul 5, 2026 in 0s
72.95% (-1.83%) compared to 08a6da9
View this Pull Request on Codecov
72.95% (-1.83%) compared to 08a6da9
Details
Codecov Report
❌ Patch coverage is 70.93363% with 797 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.95%. Comparing base (08a6da9) to head (156dac2).
Additional details and impacted files
@@ Coverage Diff @@
## main #117 +/- ##
==========================================
- Coverage 74.78% 72.95% -1.83%
==========================================
Files 36 65 +29
Lines 2237 4974 +2737
Branches 293 608 +315
==========================================
+ Hits 1673 3629 +1956
- Misses 451 1142 +691
- Partials 113 203 +90 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/MultiLock/Exceptions/SemaphoreException.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/Exceptions/SemaphoreFullException.cs | 100.00% <100.00%> (ø) |
|
| ...MultiLock/Exceptions/SemaphoreProviderException.cs | 100.00% <100.00%> (ø) |
|
| .../MultiLock/Exceptions/SemaphoreTimeoutException.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/SemaphoreChangedEventArgs.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/SemaphoreInfo.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/SemaphoreOptions.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/SemaphoreServiceExtensions.cs | 100.00% <100.00%> (ø) |
|
| src/MultiLock/SemaphoreStatus.cs | 100.00% <100.00%> (ø) |
|
| ...ureBlobStorage/AzureBlobStorageSemaphoreOptions.cs | 100.00% <100.00%> (ø) |
|
| ... and 31 more |
... and 4 files with indirect coverage changes
Continue to review full report in Codecov by Harness.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 08a6da9...156dac2. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading