Skip to content

Fix test

Fix test #308

Triggered via push September 20, 2024 11:19
Status Failure
Total duration 3m 33s
Artifacts

elixir.yml

on: push
Matrix: lint
Matrix: linux
Matrix: windows
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 13 warnings
macos
Process completed with exit code 2.
Lint OTP 26.x / Elixir 1.16.x
Process completed with exit code 6.
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L382
test process termination when process is killed with a pending concurrent write (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L7
doctest module ExCmd.Process (3) (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L532
test options and validation cd option (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L231
test process termination watcher kills external command on process without exit_await (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L201
test process termination if await_exit kills the program (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L253
test process termination await_exit with timeout (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L342
test process termination if exile process is *NOT* terminated on owner exit, if any pipe owner is alive (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L206
test process termination if external program terminates on process exit (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L219
test process termination read after command finishes (ExCmd.ProcessTest)
Windows OTP 27 / Elixir 1.17: test/ex_cmd/process_test.exs#L7
doctest module ExCmd.Process (5) (ExCmd.ProcessTest)
Linux OTP 25.x / Elixir 1.15.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux OTP 26.x / Elixir 1.16.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux OTP 24.x / Elixir 1.14.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linux OTP 27.x / Elixir 1.17.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint OTP 26.x / Elixir 1.16.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint OTP 26.x / Elixir 1.16.x: lib/ex_cmd/process/proto.ex#L195
Nested modules could be aliased at the top of the invoking module.
Lint OTP 26.x / Elixir 1.16.x: lib/ex_cmd/process/nif.ex#L1
Modules should have a @moduledoc tag.
Lint OTP 26.x / Elixir 1.16.x: lib/ex_cmd/process/proto.ex#L118
Prefer using an implicit `try` rather than explicit `try`.
Lint OTP 26.x / Elixir 1.16.x: lib/ex_cmd/process/proto.ex#L102
Prefer using an implicit `try` rather than explicit `try`.
Lint OTP 26.x / Elixir 1.16.x: lib/ex_cmd/process/proto.ex#L91
Prefer using an implicit `try` rather than explicit `try`.
Lint 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
Lint 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