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: combine app model #9

Merged
merged 4 commits into from
Jul 1, 2022
Merged

feat: combine app model #9

merged 4 commits into from
Jul 1, 2022

Conversation

tlambert03
Copy link
Member

top level centralized Application that contains all the registries

@codecov
Copy link

codecov bot commented Jul 1, 2022

Codecov Report

Merging #9 (9634881) into main (c8e67fe) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   99.39%   99.42%   +0.02%     
==========================================
  Files          17       19       +2     
  Lines         658      691      +33     
==========================================
+ Hits          654      687      +33     
  Misses          4        4              
Impacted Files Coverage Δ
src/app_model/__init__.py 100.00% <100.00%> (ø)
src/app_model/_app.py 100.00% <100.00%> (ø)
src/app_model/registries/_commands.py 92.45% <100.00%> (-0.77%) ⬇️
src/app_model/registries/_keybindings.py 100.00% <100.00%> (ø)
src/app_model/registries/_menus.py 100.00% <100.00%> (ø)
src/app_model/registries/_register.py 100.00% <100.00%> (ø)
src/app_model/types/__init__.py 100.00% <100.00%> (ø)
src/app_model/types/_icon.py 100.00% <100.00%> (ø)
src/app_model/types/_keybinding.py 100.00% <100.00%> (ø)
src/app_model/types/_menu.py 100.00% <100.00%> (ø)
... and 1 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 c8e67fe...9634881. Read the comment docs.

@tlambert03 tlambert03 merged commit d46ca47 into main Jul 1, 2022
@tlambert03 tlambert03 deleted the app-model branch July 1, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant