GitHub Actions workflow #8
Annotations
10 errors and 13 warnings
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/pleroma_api/views/chat_message_reference_view_test.exs#L23
test it displays a chat message (Pleroma.Web.PleromaAPI.ChatMessageReferenceViewTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/notification_test.exs#L1098
test notification lifecycle move activity generates a notification (Pleroma.NotificationTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_test.exs#L1431
test uploading files it sets the default description depending on the configuration (Pleroma.Web.ActivityPub.ActivityPubTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_test.exs#L1453
test uploading files works with base64 encoded images (Pleroma.Web.ActivityPub.ActivityPubTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_test.exs#L1418
test uploading files strips / from filename (Pleroma.Web.ActivityPub.ActivityPubTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_test.exs#L1426
test uploading files sets a description if given (Pleroma.Web.ActivityPub.ActivityPubTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_test.exs#L1447
test uploading files copies the file to the configured folder (Pleroma.Web.ActivityPub.ActivityPubTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/admin_api/controllers/admin_api_controller_test.exs#L1080
test /api/pleroma/backups it creates a backup (Pleroma.Web.AdminAPI.AdminAPIControllerTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/activity_pub/activity_pub_controller_test.exs#L2017
test Additional ActivityPub C2S endpoints POST /api/ap/upload_media (Pleroma.Web.ActivityPub.ActivityPubControllerTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8:
test/pleroma/web/mastodon_api/update_credentials_test.exs#L439
test updating credentials Strip / from upload files (Pleroma.Web.MastodonAPI.UpdateCredentialsTest)
|
Test on OTP 25.0.4 / Elixir 1.15.8
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test on OTP 25.0.4 / Elixir 1.15.8:
_build/test/lib/pleroma/priv/repo/migrations/20191029172832_fix_blocked_follows.exs#L107
missing `:on` in join, defaulting to `on: true`.
|
|
Test on OTP 25.0.4 / Elixir 1.15.8:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test on OTP 25.0.4 / Elixir 1.15.8
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
Test on OTP 25.0.4 / Elixir 1.15.8
use Bitwise is deprecated. import Bitwise instead
|