Conversation
Fixes: 4a282a2 "add type hints for app.py"
|
@hippalectryon-0 I'm not sure why unittests/pylint didn't failed, but it exploded on openQA: https://openqa.qubes-os.org/tests/169768#step/update2/50 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
=======================================
Coverage 76.35% 76.35%
=======================================
Files 53 53
Lines 9388 9389 +1
=======================================
+ Hits 7168 7169 +1
Misses 2220 2220 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could it be that the tests mock the |
|
Maybe it's because |
|
That's definitely a possibility. Python import order-related issues can be fairly sneaky. |
Fixes: 4a282a2 "add type hints for app.py"