Skip to content
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

feat: more complete main window implementation #604

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

style(pre-commit.ci): auto fixes [...]

778c0ea
Select commit
Loading
Failed to load commit list.
Open

feat: more complete main window implementation #604

style(pre-commit.ci): auto fixes [...]
778c0ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 24, 2023 in 1s

85.42% (-2.34%) compared to aa38630

View this Pull Request on Codecov

85.42% (-2.34%) compared to aa38630

Details

Codecov Report

Attention: 167 lines in your changes are missing coverage. Please review.

Comparison is base (aa38630) 87.75% compared to head (778c0ea) 85.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #604      +/-   ##
==========================================
- Coverage   87.75%   85.42%   -2.34%     
==========================================
  Files          40       43       +3     
  Lines        4705     5091     +386     
==========================================
+ Hits         4129     4349     +220     
- Misses        576      742     +166     
Files Coverage Δ
src/magicgui/backends/_ipynb/__init__.py 100.00% <ø> (ø)
src/magicgui/backends/_qtpy/__init__.py 100.00% <ø> (ø)
src/magicgui/widgets/__init__.py 100.00% <ø> (ø)
src/magicgui/widgets/_concrete.py 89.64% <100.00%> (+0.13%) ⬆️
src/magicgui/widgets/bases/__init__.py 100.00% <100.00%> (ø)
src/magicgui/widgets/bases/_container_widget.py 90.95% <ø> (-0.18%) ⬇️
src/magicgui/widgets/bases/_toolbar.py 95.65% <100.00%> (-0.35%) ⬇️
src/magicgui/widgets/protocols.py 100.00% <100.00%> (ø)
src/magicgui/application.py 83.87% <90.00%> (+0.15%) ⬆️
src/magicgui/widgets/bases/_statusbar.py 71.42% <71.42%> (ø)
... and 4 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.