Closed adamltyson closed 2 years ago
Preview page for your plugin is ready here: https://preview.napari-hub.org/brainglobe/cellfinder-napari/136 Updated: 2022-10-14T14:39:24.426864
Base: 95.42% // Head: 95.40% // Decreases project coverage by -0.01%
:warning:
Coverage data is based on head (
4c87fa2
) compared to base (e2d73a3
). Patch has no changes to coverable lines.:exclamation: Current head 4c87fa2 differs from pull request most recent head 5ba2b6f. Consider uploading reports for the commit 5ba2b6f to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Maybe not. This doesn't work for me locally anymore ...
For some reason this is still required. I'd assumed scrollable=True
should suffice.
scroll = QScrollArea()
scroll.setWidget(widget._widget._qwidget)
widget._widget._qwidget = scroll
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This is failing on some Python versions, but with a known napari issue (E ModuleNotFoundError: No module named 'imageio_ffmpeg'
) so merging anyway. Should be fixed with the next release of napari.
Addresses https://github.com/brainglobe/cellfinder/issues/341 & https://github.com/brainglobe/cellfinder-napari/issues/122.
Thanks to @dstansby's hard work :pray:
Closing brainglobe/cellfinder-napari#135 in favour of this as I messed up the Git history.