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

Make Table a ValueWidget #360

Merged
merged 2 commits into from
Jan 23, 2022
Merged

Conversation

tlambert03
Copy link
Member

closes #356

@codecov
Copy link

codecov bot commented Jan 22, 2022

Codecov Report

Merging #360 (371b7e2) into main (7727732) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
+ Coverage   90.30%   90.35%   +0.04%     
==========================================
  Files          29       29              
  Lines        3364     3349      -15     
==========================================
- Hits         3038     3026      -12     
+ Misses        326      323       -3     
Impacted Files Coverage Δ
magicgui/backends/_qtpy/widgets.py 86.07% <100.00%> (+0.09%) ⬆️
magicgui/widgets/_protocols.py 100.00% <100.00%> (+0.53%) ⬆️
magicgui/widgets/_table.py 96.78% <100.00%> (-0.08%) ⬇️
magicgui/widgets/_bases/widget.py 87.29% <0.00%> (-0.07%) ⬇️
magicgui/widgets/_bases/container_widget.py 92.85% <0.00%> (+0.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7727732...371b7e2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try to make Table a ValueWidget
1 participant