Skip to content

Initialize asyncio event loop before using it

7e4a837
Select commit
Loading
Failed to load commit list.
Open

Initialize asyncio event loop before using it #723

Initialize asyncio event loop before using it
7e4a837
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 30, 2025 in 0s

70.54% (-0.02%) compared to 5140b97

View this Pull Request on Codecov

70.54% (-0.02%) compared to 5140b97

Details

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.54%. Comparing base (5140b97) to head (7e4a837).
⚠️ Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
qubes/tools/qubesd.py 0.00% 2 Missing ⚠️
qubes/tools/qubesd_query.py 0.00% 2 Missing ⚠️
qubes/tools/qubes_create.py 0.00% 1 Missing ⚠️
qubes/vm/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #723      +/-   ##
==========================================
- Coverage   70.55%   70.54%   -0.02%     
==========================================
  Files          61       61              
  Lines       13616    13644      +28     
==========================================
+ Hits         9607     9625      +18     
- Misses       4009     4019      +10     

☔ 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.