ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Matrix app #106

Closed derivmug closed 5 years ago

derivmug commented 5 years ago

This PR adds the following things:

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into devel will decrease coverage by 0.24%. The diff coverage is 13.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #106      +/-   ##
==========================================
- Coverage   36.15%   35.91%   -0.25%     
==========================================
  Files         174      176       +2     
  Lines       11875    12019     +144     
==========================================
+ Hits         4294     4317      +23     
- Misses       7581     7702     +121
Impacted Files Coverage Δ
input/drivers/pygame_input.py 0% <ø> (ø) :arrow_up:
ui/__init__.py 100% <100%> (ø) :arrow_up:
ui/numpad_input.py 85.32% <100%> (+0.58%) :arrow_up:
ui/menu.py 48.83% <21.42%> (-5.33%) :arrow_down:
apps/matrix/main.py 6.45% <6.45%> (ø)
apps/matrix/client.py 6.66% <6.66%> (ø)
ui/config_manager.py 86.88% <0%> (+8.19%) :arrow_up:

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 310b6f5...33b67e0. Read the comment docs.

CRImier commented 5 years ago

Thank you for your work!