Skip to content

add mix format and dialyzer to CI #13

add mix format and dialyzer to CI

add mix format and dialyzer to CI #13

Triggered via pull request June 9, 2024 09:00
Status Failure
Total duration 3m 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_web/live/microblog/blog/index_live_test.exs#L77
test Index User without preferences (TeiserverWeb.Microblog.Blog.IndexLiveTest)
Build and test: test/teiserver_web/live/microblog/blog/index_live_test.exs#L38
test Anon Index viewing the blog (TeiserverWeb.Microblog.Blog.IndexLiveTest)
Build and test: test/teiserver_web/live/microblog/blog/index_live_test.exs#L112
test Index Including preferences (TeiserverWeb.Microblog.Blog.IndexLiveTest)
Build and test: test/teiserver_web/live/microblog/admin/post_live_test.exs#L52
test Basic auth test basic user (TeiserverWeb.PostLiveTest)
Build and test: test/teiserver_web/live/microblog/admin/tag_live_test.exs#L52
test Basic auth test basic user (TeiserverWeb.TagLiveTest)
Build and test: test/teiserver_web/live/battle_live_test.exs#L84
test battle live show - valid battle (TeiserverWeb.Live.BattleTest)
Build and test: test/teiserver_web/live/battle_live_test.exs#L161
test battle live chat - valid battle (TeiserverWeb.Live.BattleTest)
Build and test: test/teiserver_web/live/client_live_test.exs#L60
test client live show - valid client (TeiserverWeb.Live.ClientTest)
Build and test: test/teiserver_web/live/client_live_test.exs#L19
test client live index (TeiserverWeb.Live.ClientTest)
Build and test: test/teiserver_web/live/client_live_test.exs#L78
test client live show - no client (TeiserverWeb.Live.ClientTest)
Build and test: test/teiserver/protocols/spring/spring_auth_test.exs#L563
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#L12
no route path for TeiserverWeb.Router matches "/telemetry/complex_client/summary"
Build and test: test/teiserver_web/controllers/api/spads_controller_test.exs#L107
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#L16
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#L59
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