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(core): add recording and replaying indicators, avoid replaying while recording and vice versa, move keypad events to its own reducer as it has grown too big #191

Merged
merged 1 commit into from
Oct 30, 2024

feat(core): add recording and replaying indicators, avoid replaying w…

0f65ba1
Select commit
Loading
Failed to load commit list.
Merged

feat(core): add recording and replaying indicators, avoid replaying while recording and vice versa, move keypad events to its own reducer as it has grown too big #191

feat(core): add recording and replaying indicators, avoid replaying w…
0f65ba1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 30, 2024 in 0s

48.14% of diff hit (target 58.43%)

View this Pull Request on Codecov

48.14% of diff hit (target 58.43%)

Annotations

Check warning on line 13 in ubo_app/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/main.py#L13

Added line #L13 was not covered by tests

Check warning on line 109 in ubo_app/menu_app/menu_header.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/menu_app/menu_header.py#L107-L109

Added lines #L107 - L109 were not covered by tests

Check warning on line 112 in ubo_app/menu_app/menu_header.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/menu_app/menu_header.py#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 121 in ubo_app/menu_app/menu_header.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/menu_app/menu_header.py#L119-L121

Added lines #L119 - L121 were not covered by tests

Check warning on line 124 in ubo_app/menu_app/menu_header.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/menu_app/menu_header.py#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 64 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L64

Added line #L64 was not covered by tests

Check warning on line 69 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 79 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 90 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 95 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 100 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 105 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 110 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 116 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L115-L116

Added lines #L115 - L116 were not covered by tests

Check warning on line 121 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 126 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 131 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 136 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 143 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 156 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 170 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L170

Added line #L170 was not covered by tests

Check warning on line 175 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L173-L175

Added lines #L173 - L175 were not covered by tests

Check warning on line 180 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 185 in ubo_app/services/000-keypad/reducer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/services/000-keypad/reducer.py#L185

Added line #L185 was not covered by tests

Check warning on line 76 in ubo_app/side_effects.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ubo_app/side_effects.py#L76

Added line #L76 was not covered by tests