Skip to content

Test and warning fixes #48

Test and warning fixes

Test and warning fixes #48

Triggered via pull request April 23, 2024 15:43
Status Failure
Total duration 4m 49s
Artifacts

elixir.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Build and test: test/teiserver/protocols/spring/spring_auth_async_test.exs#L23
test PING (Teiserver.SpringAuthAsyncTest)
Build and test: test/teiserver/protocols/spring/spring_raw_test.exs#L61
test LOGIN (Teiserver.SpringRawTest)
Build and test: test/teiserver/data/user_test.exs#L24
test registering a duplicate user (Teiserver.Data.UserTest)
Build and test: test/teiserver/coordinator/gatekeeper_test.exs#L103
test friends (Teiserver.Coordinator.GatekeeperTest)
Build and test: test/teiserver/coordinator/gatekeeper_test.exs#L59
test friendsplay (Teiserver.Coordinator.GatekeeperTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L677
test error with no name (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L689
test ban multiple (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L86
test non allowed command (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L1130
test shuffle (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L647
test ban by name (Teiserver.Coordinator.ConsulCommandsTest)
Build and test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Build and test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of earmark_parser's mix.exs
Build and test
~R/.../ is deprecated, use ~r/.../ instead
Build and test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of floki's mix.exs
Build and test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of expo's mix.exs
Build and test
negative steps are not supported in String.slice/2, pass 0..-2//1 instead