Skip to content

chore: fix format

chore: fix format #75

Triggered via push March 27, 2024 20:22
Status Failure
Total duration 3m 42s
Artifacts

elixir.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 18 warnings
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L156
test stop close handle (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L67
test subscribe success (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L28
test query error (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L47
test query critical error (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L102
test subscribe error (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L124
test unsubscribe success (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L13
test query success (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x: test/graphql_ws_client/integration_test.exs#L168
test stream success (GraphQLWSClient.IntegrationTest)
Test on OTP 25.x / Elixir 1.15.x
Process completed with exit code 2.
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/message_test.exs#L52
test serialize/2 with payload (GraphQLWSClient.MessageTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L60
test connect/1 success (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L170
test connect/1 timeout awaiting connection ack (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L205
test connect/1 unexpected non-text result for connection ack (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L184
test connect/1 unexpected text result for connection ack (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L226
test connect/1 closed on connection ack (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/drivers/gun_test.exs#L252
test connect/1 error on connection ack (GraphQLWSClient.Drivers.GunTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/integration_test.exs#L47
test query critical error (GraphQLWSClient.IntegrationTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/integration_test.exs#L28
test query error (GraphQLWSClient.IntegrationTest)
Test on OTP 26.x / Elixir 1.16.x: test/graphql_ws_client/integration_test.exs#L156
test stop close handle (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L156
test stop close handle (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L28
test query error (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L67
test subscribe success (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L13
test query success (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L47
test query critical error (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L168
test stream success (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L102
test subscribe error (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x: test/graphql_ws_client/integration_test.exs#L124
test unsubscribe success (GraphQLWSClient.IntegrationTest)
Test on OTP 24.x / Elixir 1.14.x
Process completed with exit code 2.
Test on OTP 25.x / Elixir 1.15.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 25.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
Test on OTP 25.x / Elixir 1.15.x
use Bitwise is deprecated. import Bitwise instead
Test on OTP 26.x / Elixir 1.16.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 26.x / Elixir 1.16.x
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test on OTP 26.x / Elixir 1.16.x
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 49..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in String.slice/2, pass 43..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 67..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 31..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 46..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 66..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 17..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 31..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 54..-1//1 instead
Test on OTP 26.x / Elixir 1.16.x
negative steps are not supported in Enum.slice/2, pass 51..-1//1 instead
Test on OTP 24.x / Elixir 1.14.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on OTP 24.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead