Fix CI #58
Annotations
27 errors and 39 warnings
test (1.15.7, 24.3.4.17):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.15.7, 24.3.4.17):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.15.7, 24.3.4.17)
Process completed with exit code 2.
|
test (1.16.2, 24.3.4.17):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.16.2, 24.3.4.17):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.16.2, 24.3.4.17)
Process completed with exit code 2.
|
test (1.16.2, 26.2.4):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.16.2, 26.2.4):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.16.2, 26.2.4)
Process completed with exit code 2.
|
test (1.15.7, 25.3.2.11):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.15.7, 25.3.2.11):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.15.7, 25.3.2.11)
Process completed with exit code 2.
|
test (1.14.5, 24.3.4.17):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.14.5, 24.3.4.17):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.14.5, 24.3.4.17)
Process completed with exit code 2.
|
test (1.15.7, 26.2.4):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.15.7, 26.2.4):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.15.7, 26.2.4)
Process completed with exit code 2.
|
test (1.16.2, 25.3.2.11):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.16.2, 25.3.2.11):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.16.2, 25.3.2.11)
Process completed with exit code 2.
|
test (1.14.5, 25.3.2.11):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.14.5, 25.3.2.11):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.14.5, 25.3.2.11)
Process completed with exit code 2.
|
test (1.14.5, 26.2.4):
test/typed_ecto_schema_test.exs#L242
test generates a type for the struct (TypedEctoSchemaTest)
|
test (1.14.5, 26.2.4):
test/typed_ecto_schema_test.exs#L307
test generates an opaque type if `opaque: true` is set (TypedEctoSchemaTest)
|
test (1.14.5, 26.2.4)
Process completed with exit code 2.
|
test (1.15.7, 24.3.4.17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.15.7, 24.3.4.17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.15.7, 24.3.4.17)
:cover.analyse/3 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 24.3.4.17)
:cover.compile_beam_directory/1 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 24.3.4.17)
:cover.modules/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 24.3.4.17)
:cover.start/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 24.3.4.17)
:cover.stop/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.16.2, 24.3.4.17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.16.2, 24.3.4.17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.16.2, 24.3.4.17)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.16.2, 24.3.4.17)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.16.2, 26.2.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.16.2, 26.2.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.16.2, 26.2.4)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.16.2, 26.2.4)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.15.7, 25.3.2.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.15.7, 25.3.2.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.15.7, 25.3.2.11)
:cover.analyse/3 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 25.3.2.11)
:cover.compile_beam_directory/1 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 25.3.2.11)
:cover.modules/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 25.3.2.11)
:cover.start/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 25.3.2.11)
:cover.stop/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.14.5, 24.3.4.17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.14.5, 24.3.4.17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.15.7, 26.2.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.15.7, 26.2.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.15.7, 26.2.4)
:cover.analyse/3 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 26.2.4)
:cover.compile_beam_directory/1 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 26.2.4)
:cover.modules/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 26.2.4)
:cover.start/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.15.7, 26.2.4)
:cover.stop/0 is undefined (module :cover is not available or is yet to be defined)
|
test (1.16.2, 25.3.2.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.16.2, 25.3.2.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.16.2, 25.3.2.11)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.16.2, 25.3.2.11)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
test (1.14.5, 25.3.2.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.14.5, 25.3.2.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.14.5, 26.2.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (1.14.5, 26.2.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|