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

Threading revamp: add ThreadContext and remove Dataflow usage #400

Open
wants to merge 202 commits into
base: dev
Choose a base branch
from

Remove ValueTask and fix ArcGIS doc saving

cf33ef1
Select commit
Loading
Failed to load commit list.
Open

Threading revamp: add ThreadContext and remove Dataflow usage #400

Remove ValueTask and fix ArcGIS doc saving
cf33ef1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

9.17% (-0.23%) compared to f924a59

View this Pull Request on Codecov

9.17% (-0.23%) compared to f924a59

Details

Codecov Report

Attention: Patch coverage is 6.60066% with 283 lines in your changes missing coverage. Please review.

Project coverage is 9.17%. Comparing base (f924a59) to head (cf33ef1).

Files with missing lines Patch % Lines
...eckle.Connectors.Common/Threading/ThreadContext.cs 0.00% 48 Missing ⚠️
...onnectors.Common/Threading/DefaultThreadContext.cs 0.00% 46 Missing ⚠️
...UI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs 0.00% 35 Missing ⚠️
...e.Connectors.Common/Operations/ReceiveOperation.cs 0.00% 34 Missing ⚠️
...e.Connectors.DUI/Bindings/SendBindingUICommands.cs 0.00% 20 Missing ⚠️
....Connectors.DUI/Bridge/TopLevelExceptionHandler.cs 48.48% 16 Missing and 1 partial ⚠️
...ckle.Connectors.Common/Operations/SendOperation.cs 0.00% 16 Missing ⚠️
....Connectors.DUI/Bindings/IBasicConnectorBinding.cs 0.00% 12 Missing ⚠️
...le.Connectors.Common/Operations/ReceiveProgress.cs 0.00% 12 Missing ⚠️
...onnectors.DUI/Bindings/OperationProgressManager.cs 0.00% 11 Missing ⚠️
... and 6 more
Additional details and impacted files
@@           Coverage Diff            @@
##             dev    #400      +/-   ##
========================================
- Coverage   9.40%   9.17%   -0.23%     
========================================
  Files        223     227       +4     
  Lines       4222    4292      +70     
  Branches     497     533      +36     
========================================
- Hits         397     394       -3     
- Misses      3809    3882      +73     
  Partials      16      16              

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