Skip to content

Improve Battery health derived efficiency estimations and Fix error divided by zero #2495

Improve Battery health derived efficiency estimations and Fix error divided by zero

Improve Battery health derived efficiency estimations and Fix error divided by zero #2495

Triggered via pull request January 19, 2024 13:40
Status Success
Total duration 1m 17s
Artifacts

elixir.yml

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

Annotations

9 warnings
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (Elixir 1.15 / OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Lint (Elixir 1.15 / OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Lint (Elixir 1.15 / OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Lint (Elixir 1.15 / OTP 26)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Lint (Elixir 1.15 / OTP 26)
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1