Skip to content

chore(deps): bump the dev group with 5 updates #24

chore(deps): bump the dev group with 5 updates

chore(deps): bump the dev group with 5 updates #24

Triggered via pull request September 25, 2024 17:18
Status Failure
Total duration 1m 31s
Artifacts

ci.yaml

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

Annotations

34 errors and 21 warnings
Dependencies
Process completed with exit code 1.
Format
Process completed with exit code 1.
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L194
test deliver/2 correctly formats recipients (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L280
test deliver/2 correctly handles with_google_analytics that's enabled with no utm_params (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L448
test deliver/2 removes 'reply-to' and 'Reply-To' headers (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L690
test deliver/2 with sandbox mode enabled, does not overwrite other mail_settings (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L183
test deliver/2 without custom args (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L139
test deliver/2 sends from, html and text body, subject, headers and attachment (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L600
test deliver/2 personalizations require a 'to' field (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L310
test deliver/2 correctly handles with_google_analytics that's enabled with utm_params (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L354
test deliver/2 correctly handles when with_click_tracking is disabled (Bamboo.SendGridAdapterTest)
Test (Elixir 1.15 OTP 26): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L663
test deliver/2 correctly handles with_custom_args (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L413
test deliver/2 correctly formats Reply-To from headers with name and email (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L338
test deliver/2 correctly handles when with_click_tracking is enabled (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L125
test deliver/2 returns an {:ok, response} (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L354
test deliver/2 correctly handles when with_click_tracking is disabled (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L139
test deliver/2 sends from, html and text body, subject, headers and attachment (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L112
test API key section raises if an invalid ENV var is used for the API key (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L622
test deliver/2 correctly formats email addresses in personalizations (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L702
test returns an error if the response is not a success (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L85
test API key section raises if the api key is nil (Bamboo.SendGridAdapterTest)
Test (Elixir 1.17 OTP 27): test/lib/bamboo/adapters/send_grid_adapter_test.exs#L466
test deliver/2 omits attachments key if no attachments (Bamboo.SendGridAdapterTest)
Credo
Process completed with exit code 1.
Dialyzer
Process completed with exit code 1.
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L165
test deliver/2 returns an {:ok, response} tuple (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L208
test deliver/2 sends from, subject, text body, html body, headers, custom vars and attachment (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L139
test see if given base_uri is set (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L171
test deliver/2 sends from, subject, text body, html body, headers, custom vars and recipient variables (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L116
test raises if an invalid ENV var is used for the domain (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L96
test raises if the domain is nil (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L264
test deliver/2 correctly formats reply-to (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L147
test adapter-level base_uri overrules application env config (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L130
test see if default base_uri is set (Bamboo.MailgunAdapterTest)
Test (Elixir 1.16 OTP 26): test/lib/bamboo/adapters/mailgun_adapter_test.exs#L248
test deliver/2 correctly formats recipients (Bamboo.MailgunAdapterTest)
Test (Elixir 1.15 OTP 26): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L21
Mix.Config.config/2 is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L21
Mix.Config.config/2 is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L21
Mix.Config.config/2 is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L21
Mix.Config.config/2 is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26)
Ecto.Type.cast/2 is undefined (module Ecto.Type is not available or is yet to be defined)
Test (Elixir 1.15 OTP 26)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (Elixir 1.15 OTP 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test (Elixir 1.15 OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test (Elixir 1.15 OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test (Elixir 1.15 OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test (Elixir 1.15 OTP 26)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
Test (Elixir 1.15 OTP 26)
use Bitwise is deprecated. import Bitwise instead
Test (Elixir 1.15 OTP 26): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26): config/config.exs#L21
Mix.Config.config/2 is deprecated. Use the Config module instead
Test (Elixir 1.15 OTP 26)
:logger :level has been set to :warn in config files, please use :warning instead
Test (Elixir 1.17 OTP 27)
:logger :level has been set to :warn in config files, please use :warning instead
Test (Elixir 1.16 OTP 26)
:logger :level has been set to :warn in config files, please use :warning instead