Allow passing Ecto query and preloads as list_... function args #214
Annotations
10 errors and 1 warning
build_and_test:
test/contexted/crud/list_test.exs#L81
test list_*/2 list_items(Ecto.Query.t(), preload: :subcategory) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L97
test list_*/2 list_items(Ecto.Query.t(), preload: [:subcategory]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L62
test list_*/1 list_items(subcategory_id: 1, preload: [subcategory: :category]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L51
test list_*/1 list_items(subcategory: [category: [name: "Category 1"]]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L113
test list_*/2 list_items(Ecto.Query.t(), preload: [subcategory: :category]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L14
test list_*/0 list_categories/0 (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L132
test list_*/2 list_items(Ecto.Query.t(), preload: [subcategory: [:category]]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L23
test list_*/0 list_items/0 (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L29
test list_*/1 list_items(%Item{}) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L41
test list_*/1 list_items(subcategory: [name: "Subcategory 1.1"]) (Contexted.CRUD.ListTest)
|
build_and_test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|