-
Notifications
You must be signed in to change notification settings - Fork 28
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
Replace legacy StreamViewer with a Viewer based on the Stream API #174
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #174 +/- ##
===========================================
- Coverage 80.85% 69.55% -11.31%
===========================================
Files 22 33 +11
Lines 2340 3166 +826
Branches 532 693 +161
===========================================
+ Hits 1892 2202 +310
- Misses 363 866 +503
- Partials 85 98 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #51
Idea: Use
pytest-qt
for tests