Skip to content

Conversation

@Czaki
Copy link
Contributor

@Czaki Czaki commented Oct 15, 2025

No description provided.

@Czaki Czaki marked this pull request as draft October 15, 2025 11:21
@codecov
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.10%. Comparing base (e7444e7) to head (dca5aee).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/napari_plugin_manager/base_qt_plugin_dialog.py 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   94.21%   94.10%   -0.11%     
==========================================
  Files          14       14              
  Lines        2228     2239      +11     
==========================================
+ Hits         2099     2107       +8     
- Misses        129      132       +3     

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

@Czaki Czaki marked this pull request as ready for review October 15, 2025 12:26
@TimMonko TimMonko changed the title Refactor code by moe start thread fetcher to show event Refactor code by move start thread fetcher to show event Oct 15, 2025
Comment on lines +1780 to +1783
if self.worker is not None and self.worker.is_running:
self.worker.terminate()
self.worker.wait()
self.worker = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cancel ongoing tasks, right? That would go against the idea of background tasks in #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants