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

remote/coordinator: add names for asyncio tasks #1551

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

jluebbe
Copy link
Member

@jluebbe jluebbe commented Nov 22, 2024

This helps with debugging, as tasks don't use the default names of "Task-".

This helps with debugging, as tasks don't use the default names of
"Task-<ID>".

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
@Emantor Emantor force-pushed the coordinator-task-names branch from f9d9992 to 9efe842 Compare December 2, 2024 07:11
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 56.5%. Comparing base (a919c66) to head (9efe842).
Report is 2 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
labgrid/remote/coordinator.py 0.0% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1551     +/-   ##
========================================
- Coverage    56.5%   56.5%   -0.1%     
========================================
  Files         168     168             
  Lines       13116   13121      +5     
========================================
  Hits         7417    7417             
- Misses       5699    5704      +5     
Flag Coverage Δ
3.10 56.5% <0.0%> (-0.1%) ⬇️
3.11 56.5% <0.0%> (-0.1%) ⬇️
3.12 56.5% <0.0%> (-0.1%) ⬇️
3.13 56.4% <0.0%> (-0.1%) ⬇️
3.9 56.5% <0.0%> (-0.1%) ⬇️

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.

@Emantor Emantor merged commit a718045 into labgrid-project:master Dec 2, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants