Skip to content

Upgrade scripts fixing load_file_env #53

Upgrade scripts fixing load_file_env

Upgrade scripts fixing load_file_env #53

Triggered via pull request June 30, 2023 20:10
Status Failure
Total duration 2m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
OTP 26.x / Elixir 1.14.x
Process completed with exit code 1.
OTP 26.x / Elixir 1.14.x
this clause cannot match because a previous clause at line 33 always matches
OTP 26.x / Elixir 1.14.x
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
OTP 26.x / Elixir 1.14.x
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
OTP 26.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
OTP 26.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
OTP 26.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead