-
Notifications
You must be signed in to change notification settings - Fork 49
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
Incorporate napari btrack internally #246
Conversation
- dock widget no longer necessary - functionality provided via function widget
Co-authored-by: David Stansby <dstansby@gmail.com>
Add and run `pre-commit`
Use v2 of codecov action
also populates with example cell config and segmentation
…-with-btrack' into incorporate-napari-btrack-internally
Preview page for your plugin is ready here: |
…-with-btrack' into incorporate-napari-btrack-internally
Just for some more context, this is the method we used to merge the repositories and keep the history from We've removed the We've moved the tests for We've removed the napari-specific tox environment and now run the napari-based tests in all environments so we're running across all supported python versions |
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 82.98% 83.92% +0.93%
==========================================
Files 19 30 +11
Lines 1552 1904 +352
Branches 260 295 +35
==========================================
+ Hits 1288 1598 +310
- Misses 190 219 +29
- Partials 74 87 +13
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Will be nice to see this all integrated
We're going to archive the
napari-btrack
repo in favour of having it here, much like the work in #115. We've kept thegit
history from before.