Skip to content

Make CI great again #15

Make CI great again

Make CI great again #15

Triggered via pull request June 9, 2024 09:12
Status Failure
Total duration 2m 30s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build and test: test/teiserver/protocols/spring/spring_token_test.exs#L122
test c.user.get_token_by_name - incorrect (Teiserver.SpringTokenTest)
Build and test: test/teiserver/protocols/spring/spring_token_test.exs#L109
test c.user.get_token_by_email - incorrect (Teiserver.SpringTokenTest)
Build and test: test/teiserver/coordinator/split_test.exs#L207
test test split with different engine version (Teiserver.Coordinator.SplitTest)
Build and test: test/teiserver/coordinator/split_test.exs#L306
test test split with passworded lobby (Teiserver.Coordinator.SplitTest)
Build and test: test/teiserver/coordinator/split_test.exs#L404
test test split resolving (Teiserver.Coordinator.SplitTest)
Build and test: test/teiserver/coordinator/setup_test.exs#L23
test test command vs no command (Teiserver.Protocols.Coordinator.SetupTest)
Build and test: test/teiserver/coordinator/lock_test.exs#L103
test team_number (Teiserver.Coordinator.LockTest)
Build and test: test/teiserver/coordinator/lock_test.exs#L53
test lock and unlock (Teiserver.Coordinator.LockTest)
Build and test: test/teiserver/coordinator/lock_test.exs#L124
test player_number (Teiserver.Coordinator.LockTest)
Build and test: test/teiserver/coordinator/lock_test.exs#L166
test spectator (Teiserver.Coordinator.LockTest)
Build and test: test/teiserver/protocols/spring/spring_auth_test.exs#L566
variable "user" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test: test/teiserver_web/controllers/report/complex_client_event_controller_test.exs#L14
no route path for TeiserverWeb.Router matches "/telemetry/complex_client/summary"
Build and test: test/teiserver_web/controllers/api/spads_controller_test.exs#L109
Teiserver.User.update_user/1 is undefined (module Teiserver.User is not available or is yet to be defined)
Build and test: test/teiserver/coordinator/memes_test.exs#L18
Teiserver.User.update_user/1 is undefined (module Teiserver.User is not available or is yet to be defined)
Build and test: test/teiserver/coordinator/match_monitor_server_test.exs#L60
Teiserver.User.get_user_by_name/1 is undefined (module Teiserver.User is not available or is yet to be defined)
Build and test: test/teiserver/coordinator/match_monitor_server_test.exs#L16
Teiserver.User.update_user/1 is undefined (module Teiserver.User is not available or is yet to be defined)
Build and test: lib/teiserver_web/live/account/profile/overview.ex#L289
variable "user_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
Build and test: lib/teiserver_web/live/account/profile/overview.ex#L288
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_event/3" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:87)
Build and test: lib/teiserver_web/live/account/profile/overview.ex#L328
clauses with the same name and arity (number of arguments) should be grouped together, "def get_relationships_and_permissions/1" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:272)
Build and test: lib/teiserver_web/live/account/profile/overview.ex#L62
module attribute @impl was not set for function handle_info/2 callback (specified in Phoenix.LiveView). This either means you forgot to add the "@impl true" annotation before the definition or that you are accidentally overriding this callback