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

fix: do not use Task.Wait to avoid deadlocks #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix: do not use Task.Wait to avoid deadlocks

d76f6b0
Select commit
Loading
Failed to load commit list.
Open

fix: do not use Task.Wait to avoid deadlocks #137

fix: do not use Task.Wait to avoid deadlocks
d76f6b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 0s

68.43% (-0.07%) compared to d96a9b7

View this Pull Request on Codecov

68.43% (-0.07%) compared to d96a9b7

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.43%. Comparing base (d96a9b7) to head (d76f6b0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   68.49%   68.43%   -0.07%     
==========================================
  Files          28       28              
  Lines        3019     3019              
  Branches      352      352              
==========================================
- Hits         2068     2066       -2     
- Misses        811      814       +3     
+ Partials      140      139       -1     
Files Coverage Δ
Cognite.Simulator.Utils/ModelLibraryBase.cs 72.80% <100.00%> (-0.55%) ⬇️