Skip to content

chore: start tracking mix.lock in git history to fix CI #44

chore: start tracking mix.lock in git history to fix CI

chore: start tracking mix.lock in git history to fix CI #44

Triggered via push September 21, 2024 21:05
Status Success
Total duration 2m 42s
Artifacts

ci.yaml

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

Annotations

20 warnings
Test (Elixir 1.17 OTP 27)
using map.field notation (without parentheses) to invoke function JSONAPITest.PostView.type() is deprecated, you must add parentheses instead: remote.function()
Test (Elixir 1.17 OTP 27)
using map.field notation (without parentheses) to invoke function JSONAPI.QueryParserTest.UserView.type() is deprecated, you must add parentheses instead: remote.function()
Test (Elixir 1.17 OTP 27)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Test (Elixir 1.17 OTP 27)
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
Test (Elixir 1.17 OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17 OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.16 OTP 26)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Test (Elixir 1.16 OTP 26)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Credo
~R/.../ is deprecated, use ~r/.../ instead
Dialyzer
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Dialyzer
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
Dialyzer
~R/.../ is deprecated, use ~r/.../ instead