Skip to content

Test and warning fixes #47

Test and warning fixes

Test and warning fixes #47

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

elixir.yml

on: pull_request
Build and test
4m 5s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Build and test: test/teiserver/moderation/moderation_test.exs#L55
test reports update_report/2 with invalid data returns error changeset (Teiserver.ModerationTest)
Build and test: test/teiserver/coordinator/balance_server_test.exs#L501
test server balance - team ffa (Teiserver.Coordinator.BalanceServerTest)
Build and test: test/teiserver/coordinator/balance_server_test.exs#L76
test server balance - simple (Teiserver.Coordinator.BalanceServerTest)
Build and test: test/teiserver/coordinator/balance_server_test.exs#L408
test server balance - ffa (Teiserver.Coordinator.BalanceServerTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L907
test join_queue (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L872
test password? weth no password (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L352
test pull users (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L110
test specunready (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L647
test ban by name (Teiserver.Coordinator.ConsulCommandsTest)
Build and test: test/teiserver/coordinator/consul_commands_test.exs#L1130
test shuffle (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