Skip to content

feat: Add Missing Methods for Execution details #64

feat: Add Missing Methods for Execution details

feat: Add Missing Methods for Execution details #64

Re-run triggered October 17, 2023 15:02
Status Success
Total duration 1m 30s
Artifacts

ci.yml

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

Annotations

8 warnings
Test (Elixir 1.12 OTP 24): test/novu/execution_details_test.exs#L27
variable "notification_group_name" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (Elixir 1.13 OTP 25): test/novu/execution_details_test.exs#L27
variable "notification_group_name" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (Elixir 1.14 OTP 25): test/novu/execution_details_test.exs#L27
variable "notification_group_name" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (Elixir 1.15 OTP 26): test/novu/execution_details_test.exs#L27
variable "notification_group_name" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test (Elixir 1.15 OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 OTP 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead