Skip to content

Fix coroutines tasks#2802

Open
dhilpipre wants to merge 5 commits intomainfrom
fix_coroutines_tasks
Open

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

Conversation

@dhilpipre
Copy link
Copy Markdown
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
Copy Markdown

codecov-commenter commented Mar 17, 2026

Codecov Report

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

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2802      +/-   ##
============================================
+ Coverage     70.49%   70.66%   +0.16%     
- Complexity    10364    10622     +258     
============================================
  Files           869      881      +12     
  Lines         41899    42913    +1014     
  Branches       6358     6486     +128     
============================================
+ Hits          29538    30325     +787     
- Misses         9481     9668     +187     
- Partials       2880     2920      +40     

☔ 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