Skip to content

WIP: Use igniter to install and generate sites #49

WIP: Use igniter to install and generate sites

WIP: Use igniter to install and generate sites #49

Triggered via pull request October 4, 2024 15:07
Status Failure
Total duration 3m 35s
Artifacts

ci.yml

on: pull_request
Matrix: quality
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 23 warnings
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Process completed with exit code 1.
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/beacon/loader_test.exs#L98
test error pages loads module containing all page errors (Beacon.LoaderTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/mix/tasks/install_test.exs#L22
test creates and injects into host app (Mix.Tasks.Beacon.InstallTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/mix/tasks/install_test.exs#L246
test SUCCESS: New flag --path value updates beacon_path (Mix.Tasks.Beacon.InstallTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/mix/tasks/install_test.exs#L217
test raises with bad options (Mix.Tasks.Beacon.InstallTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20: test/mix/tasks/install_test.exs#L195
test idempotence (Mix.Tasks.Beacon.InstallTest)
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
Process completed with exit code 2.
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/mix/tasks/install_test.exs#L195
test idempotence (Mix.Tasks.Beacon.InstallTest)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/mix/tasks/install_test.exs#L22
test creates and injects into host app (Mix.Tasks.Beacon.InstallTest)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/mix/tasks/install_test.exs#L217
test raises with bad options (Mix.Tasks.Beacon.InstallTest)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: test/mix/tasks/install_test.exs#L246
test SUCCESS: New flag --path value updates beacon_path (Mix.Tasks.Beacon.InstallTest)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Process completed with exit code 2.
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
quality: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
1..-1 has a default step of -1, please write 1..-1//-1 instead
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
test: OTP 27 | Elixir 1.17 | Phoenix ~> 1.7 | LiveView ~> 0.20
1..-1 has a default step of -1, please write 1..-1//-1 instead
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Macro.Env.define_import/4 is undefined or private
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Macro.Env.define_require/4 is undefined or private
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Macro.Env.expand_alias/4 is undefined or private
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Macro.Env.expand_import/5 is undefined or private
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
Macro.Env.expand_require/6 is undefined or private
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
duplicate key :type found in struct
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
duplicate key :type found in struct
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
duplicate key :type found in struct
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
module attribute @requred_keys was set but never used
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
duplicate key :type found in struct
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: lib/mix/tasks/beacon.install.ex#L50
variable "arguments" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: lib/mix/tasks/beacon.gen.site.ex#L50
variable "arguments" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: lib/mix/tasks/beacon.install.ex#L52
variable "options" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2: lib/mix/tasks/beacon.gen.site.ex#L119
Igniter.create_new_elixir_file/3 is deprecated. Use `create_new_file/4`
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "event_params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "event_params" is unused (if the variable is not meant to be used, prefix it with an underscore)
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
unused import Phoenix.Socket
test: OTP 23 | Elixir 1.14.0 | Phoenix 1.7.0 | LiveView 0.20.2
variable "params" is unused (if the variable is not meant to be used, prefix it with an underscore)