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

Server ticker state #15

Merged
merged 3 commits into from
Apr 3, 2024
Merged

Server ticker state #15

merged 3 commits into from
Apr 3, 2024

Conversation

daveminer
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Apr 3, 2024

Tests summary

Finished in 2.2 seconds (0.1s async, 2.0s sync)
Randomized with seed 162530

0 feature tests, 2 doctests, 22 tests, 0 failures
44.6% coverage (0% is the minimum)

Coverage details

----------------
COV    FILE                                        LINES RELEVANT   MISSED
  0.0% deps/pow/lib/pow/extension/phoenix/route      111        1        1
  0.0% lib/basket.ex                                   9        0        0
 80.0% lib/basket/application.ex                      37        5        1
 66.6% lib/basket/http/alpaca.ex                      24        3        1
100.0% lib/basket/http/alpaca/bars.ex                 54        1        0
 85.7% lib/basket/http/alpaca/impl.ex                 60       14        2
  0.0% lib/basket/mailer.ex                            5        0        0
  0.0% lib/basket/repo.ex                              5        0        0
 77.7% lib/basket/ticker.ex                           63        9        2
 50.0% lib/basket/users/user.ex                       23        2        1
 57.1% lib/basket/websocket/alpaca.ex                192       42       18
100.0% lib/basket/websocket/client.ex                 32        3        0
100.0% lib/basket_web.ex                             137        2        0
100.0% lib/basket_web/channels/presence.ex            54        8        0
  0.0% lib/basket_web/channels/user_socket.ex         44        2        2
100.0% lib/basket_web/components/card.ex              56        5        0
 13.4% lib/basket_web/components/core_component      723      163      141
  0.0% lib/basket_web/components/layouts.ex            7        0        0
100.0% lib/basket_web/components/nav_row.ex           15        1        0
100.0% lib/basket_web/controllers/error_html.ex       19        1        0
100.0% lib/basket_web/controllers/error_json.ex       15        1        0
  0.0% lib/basket_web/controllers/page_controll        9        1        1
  0.0% lib/basket_web/controllers/page_html.ex         5        0        0
  0.0% lib/basket_web/controllers/pow_invitatio        5        0        0
  0.0% lib/basket_web/controllers/pow_reset_pas        5        0        0
  0.0% lib/basket_web/controllers/unauthenticat       13        1        1
  0.0% lib/basket_web/endpoint.ex                     56        0        0
  0.0% lib/basket_web/gettext.ex                      24        0        0
 87.0% lib/basket_web/live/overview.ex               120       31        4
 40.0% lib/basket_web/live/overview/search.ex        107       20       12
 83.3% lib/basket_web/live/overview/ticker_add.       49       12        2
100.0% lib/basket_web/live/overview/ticker_bar_       33       10        0
100.0% lib/basket_web/live/overview/ticker_row.       77        1        0
 90.0% lib/basket_web/live/user_live_auth.ex          40       10        1
  0.0% lib/basket_web/mails/pow/mailer.ex             20        2        2
  0.0% lib/basket_web/mails/pow_email_confirmat       23        2        2
  0.0% lib/basket_web/mails/pow_invitation_mail       25        4        4
  0.0% lib/basket_web/mails/pow_reset_password_       26        4        4
 60.0% lib/basket_web/router.ex                       68        5        2
 80.0% lib/basket_web/telemetry.ex                    96        5        1
 37.5% priv/catalogue/basket_web/components/car       68        8        5
  0.0% priv/catalogue/basket_web/components/car       21        0        0
  0.0% test/support/channel_case.ex                   35        2        2
100.0% test/support/conn_case.ex                      39        2        0
 28.5% test/support/data_case.ex                      61        7        5
 60.0% test/support/factory.ex                       131       10        4
 33.3% test/support/mock_websocket_client.ex          14        3        2
[TOTAL]  44.6%
----------------

@daveminer daveminer merged commit 12809d9 into main Apr 3, 2024
1 check passed
@daveminer daveminer deleted the server-ticker-state branch June 26, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant