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

Split widget bases into files #114

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

tlambert03
Copy link
Member

starting to want the _bases.py split into different files

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #114 (c2e93af) into master (e1f8895) will increase coverage by 0.24%.
The diff coverage is 90.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   88.07%   88.32%   +0.24%     
==========================================
  Files          15       24       +9     
  Lines        2315     2364      +49     
==========================================
+ Hits         2039     2088      +49     
  Misses        276      276              
Impacted Files Coverage Δ
magicgui/widgets/_bases/categorical_widget.py 74.64% <74.64%> (ø)
magicgui/widgets/_bases/ranged_widget.py 82.02% <82.02%> (ø)
magicgui/widgets/_bases/widget.py 90.57% <90.57%> (ø)
magicgui/widgets/_bases/mixins.py 90.90% <90.90%> (ø)
magicgui/widgets/_bases/container_widget.py 95.75% <95.75%> (ø)
magicgui/widgets/_bases/create_widget.py 97.14% <97.14%> (ø)
magicgui/widgets/_bases/value_widget.py 97.77% <97.77%> (ø)
magicgui/widgets/_bases/__init__.py 100.00% <100.00%> (ø)
magicgui/widgets/_bases/button_widget.py 100.00% <100.00%> (ø)
magicgui/widgets/_bases/slider_widget.py 100.00% <100.00%> (ø)
... and 10 more

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 e1f8895...c2e93af. Read the comment docs.

@tlambert03 tlambert03 merged commit b455a99 into pyapp-kit:master Jan 20, 2021
@tlambert03 tlambert03 deleted the split-bases branch January 20, 2021 18:00
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.

None yet

1 participant