Added flag for notification listener visibility
Created by: stefanoborini
Some notification listeners should not be configurable in the UI, so they should not appear in the factory list. This flag allows to filter those plugins that need to stay hidden.
Merge request reports
Activity
Filter activity
Created by: codecov[bot]
Codecov Report
Merging #127 into master will increase coverage by
0.01%
. The diff coverage is100%
.@@ Coverage Diff @@ ## master #127 +/- ## ========================================== + Coverage 93.47% 93.49% +0.01% ========================================== Files 36 36 Lines 720 722 +2 Branches 58 58 ========================================== + Hits 673 675 +2 Misses 40 40 Partials 7 7
Impacted Files Coverage Δ ...on_listeners/base_notification_listener_factory.py 96.87% <100%> (+0.1%)
⬆ ...ation_listeners/i_notification_listener_factory.py 100% <100%> (ø)
⬆
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 6320e70...28fb241. Read the comment docs.
Please register or sign in to reply