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

refactor(core,audio,display,keypad,sensors): read and check content of eeprom to determine if a device/service should be initialized or not - closes #223, #closes #249 #257

Merged
merged 1 commit into from
Mar 11, 2025

refactor(core,audio,display,keypad,sensors): read and check content o…

02b6df8
Select commit
Loading
Failed to load commit list.
Merged

refactor(core,audio,display,keypad,sensors): read and check content of eeprom to determine if a device/service should be initialized or not - closes #223, #closes #249 #257

refactor(core,audio,display,keypad,sensors): read and check content o…
02b6df8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 9, 2025 in 1s

73.04% of diff hit (target 56.51%)

View this Pull Request on Codecov

73.04% of diff hit (target 56.51%)

Annotations

Check warning on line 28 in ubo_app/display.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/display.py#L28

Added line #L28 was not covered by tests

Check warning on line 30 in ubo_app/display.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/display.py#L30

Added line #L30 was not covered by tests

Check warning on line 37 in ubo_app/display.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/display.py#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 43 in ubo_app/display.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/display.py#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 55 in ubo_app/display.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/display.py#L55

Added line #L55 was not covered by tests

Check warning on line 50 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L50

Added line #L50 was not covered by tests

Check warning on line 66 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L66

Added line #L66 was not covered by tests

Check warning on line 73 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L73

Added line #L73 was not covered by tests

Check warning on line 76 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L76

Added line #L76 was not covered by tests

Check warning on line 177 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L177

Added line #L177 was not covered by tests

Check warning on line 209 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L209

Added line #L209 was not covered by tests

Check warning on line 212 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L212

Added line #L212 was not covered by tests

Check warning on line 218 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L218

Added line #L218 was not covered by tests

Check warning on line 243 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L243

Added line #L243 was not covered by tests

Check warning on line 246 in ubo_app/services/000-audio/audio_manager.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-audio/audio_manager.py#L246

Added line #L246 was not covered by tests

Check warning on line 284 in ubo_app/services/000-keypad/setup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/setup.py#L283-L284

Added lines #L283 - L284 were not covered by tests

Check warning on line 290 in ubo_app/services/000-keypad/setup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/setup.py#L290

Added line #L290 was not covered by tests

Check warning on line 76 in ubo_app/services/040-sensors/setup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/040-sensors/setup.py#L76

Added line #L76 was not covered by tests

Check warning on line 91 in ubo_app/services/040-sensors/setup.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/040-sensors/setup.py#L91

Added line #L91 was not covered by tests

Check warning on line 157 in ubo_app/utils/eeprom.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/utils/eeprom.py#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 163 in ubo_app/utils/eeprom.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/utils/eeprom.py#L160-L163

Added lines #L160 - L163 were not covered by tests

Check warning on line 167 in ubo_app/utils/eeprom.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/utils/eeprom.py#L165-L167

Added lines #L165 - L167 were not covered by tests

Check warning on line 176 in ubo_app/utils/eeprom.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/utils/eeprom.py#L173-L176

Added lines #L173 - L176 were not covered by tests