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

Convert from injecting CoroutineDispatchers to CoroutineContexts #2325

Merged
merged 9 commits into from
Feb 9, 2025

Conversation

alexvanyo
Copy link
Owner

Fixes #2322

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.40%. Comparing base (2d267c0) to head (c6b4392).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2325   +/-   ##
=========================================
  Coverage     63.40%   63.40%           
  Complexity      518      518           
=========================================
  Files           235      235           
  Lines         12502    12502           
  Branches       2221     2221           
=========================================
  Hits           7927     7927           
  Misses         3384     3384           
  Partials       1191     1191           
Flag Coverage Δ
21 63.40% <ø> (ø)
35 63.39% <ø> (?)
unit 63.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@alexvanyo alexvanyo force-pushed the av/coroutine-context branch from 8eaab07 to d18292d Compare February 7, 2025 21:50
@alexvanyo alexvanyo marked this pull request as ready for review February 7, 2025 21:50
@alexvanyo alexvanyo enabled auto-merge (rebase) February 7, 2025 21:50
@alexvanyo alexvanyo merged commit 715698f into main Feb 9, 2025
20 of 21 checks passed
@alexvanyo alexvanyo deleted the av/coroutine-context branch February 9, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert ComposeLifeDispatchers to use CoroutineContext for all entries
1 participant