PedalPi / PluginsManager

Pythonic management of LV2 audio plugins with mod-host
http://pedalpi-pluginsmanager.readthedocs.io/
Apache License 2.0
12 stars 5 forks source link

Issue #103: Impl UpdatesObserver.on_custom_change #104

Closed SrMouraSilva closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #104 into master will increase coverage by 0.73%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   89.35%   90.09%   +0.73%     
==========================================
  Files          58       58              
  Lines        1494     1655     +161     
==========================================
+ Hits         1335     1491     +156     
- Misses        159      164       +5
Impacted Files Coverage Δ
pluginsmanager/observer/updates_observer.py 100% <100%> (ø) :arrow_up:
pluginsmanager/observer/observer_manager.py 93.18% <25%> (-6.82%) :arrow_down:
pluginsmanager/model/midi_connection.py 100% <0%> (ø) :arrow_up:
pluginsmanager/model/pedalboard.py 100% <0%> (ø) :arrow_up:
pluginsmanager/model/audio_port.py 100% <0%> (ø) :arrow_up:
pluginsmanager/model/midi_input.py 100% <0%> (ø) :arrow_up:
pluginsmanager/model/lv2/lv2_param.py 100% <0%> (ø) :arrow_up:
pluginsmanager/observer/autosaver/indexable.py 100% <0%> (ø) :arrow_up:
pluginsmanager/model/midi_port.py 100% <0%> (ø) :arrow_up:
... and 32 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 2dcc9f6...2eebc17. Read the comment docs.