Skip to content

Test and warning fixes #46

Test and warning fixes

Test and warning fixes #46

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

elixir.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Build and test: test/teiserver_web/controllers/admin/tool_controller_test.exs#L10
test index (TeiserverWeb.Admin.ToolControllerTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L60
test help not existing (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L71
test help whois (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L132
test whois (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L27
test non existent command (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L17
test no command (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L83
test help pull (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L110
test whoami (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L182
test mute user command (Teiserver.Coordinator.CoordinatorCommandsTest)
Build and test: test/teiserver/coordinator/coordinator_commands_test.exs#L37
test help (Teiserver.Coordinator.CoordinatorCommandsTest)
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