Skip to content

deps: Udate Cowboy & phoenix config #611

deps: Udate Cowboy & phoenix config

deps: Udate Cowboy & phoenix config #611

Triggered via push February 7, 2024 13:55
Status Failure
Total duration 3m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 22 warnings
lint
Process completed with exit code 1.
test: apps/cf/test/sources/fetcher_test.exs#L69
test some arguments may be missing (CF.Sources.FetcherTest)
test: apps/cf/test/sources/fetcher_test.exs#L131
test reports fetch errors to error reporter (CF.Sources.FetcherTest)
test: apps/cf/test/sources/fetcher_test.exs#L49
test return error if status is not 2xx (CF.Sources.FetcherTest)
test: apps/cf/test/sources/fetcher_test.exs#L16
test fetches info from the page (CF.Sources.FetcherTest)
test: apps/cf/test/sources/fetcher_test.exs#L86
test Fetch everything even if some fails or crash (CF.Sources.FetcherTest)
test: apps/cf/test/comments/comments_test.exs#L43
test add_comment returns comment and call callback once updated (CF.Comments.CommentsTest)
test: apps/cf/test/comments/comments_test.exs#L99
test add_comment source only fetched one time (CF.Comments.CommentsTest)
test: apps/cf/test/comments/comments_test.exs#L73
test add_comment doesn't call callback if no updates required (CF.Comments.CommentsTest)
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
test
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
test
Faker.Name.first_name/0 is deprecated. Use Faker.Person.first_name/0 instead.
test
Faker.Name.last_name/0 is deprecated. Use Faker.Person.last_name/0 instead.
test
variable "speaker1_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker1_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker1_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_statements" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_users" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
variable "speaker2_videos" is unused (if the variable is not meant to be used, prefix it with an underscore)
test
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
test
String.to_char_list/1 is deprecated. Use String.to_charlist/1 instead
test
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead
test
String.lstrip/1 is deprecated. Use String.trim_leading/1 instead
test
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
test
invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {term, term} | state :: term
test
invalid type annotation. Type annotations cannot be nested: pdict :: {term, term} | state :: term
test
invalid type annotation. When using the | operator to represent the union of types, make sure to wrap type annotations in parentheses: {term, term} | state :: term
test
calling super for GenServer callback handle_info/2 is deprecated