Skip to content

Fix coroutines tasks#2802

Open
dhilpipre wants to merge 4 commits intomainfrom
fix_coroutines_tasks
Open

Fix coroutines tasks#2802
dhilpipre wants to merge 4 commits intomainfrom
fix_coroutines_tasks

Conversation

@dhilpipre
Copy link
Collaborator

Enhancements to the current set of Kotlin Coroutines instrumentation

  • Better tracking of asynchronous behavior by instrumenting gaps that were found where execution can jump to another thread.
  • Better naming on Coroutines and Continuations. Existing naming was too generic. New naming identifies according to whether it is started via runBlocking, async, withContext or launch.
  • removed some utility methods that were no longer used

@codecov-commenter
Copy link

codecov-commenter commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.39%. Comparing base (514a04f) to head (095f402).
⚠️ Report is 102 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2802      +/-   ##
============================================
- Coverage     70.49%   70.39%   -0.11%     
- Complexity    10364    10386      +22     
============================================
  Files           869      869              
  Lines         41899    42017     +118     
  Branches       6358     6386      +28     
============================================
+ Hits          29538    29577      +39     
- Misses         9481     9558      +77     
- Partials       2880     2882       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants