fix error in cleanup, bump version #64
Annotations
13 warnings
Test on OTP 25.0.4 / Elixir 1.15.0
The following actions use a deprecated Node.js version 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.14.0
The following actions use a deprecated Node.js version 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.14.0:
test/support/efx_example.ex#L1
@behaviour EfxCase.EfxExample does not exist (in module EfxCase.EfxExample)
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_omnipresent_example.ex#L1
@behaviour EfxCase.EfxOmnipresentExample does not exist (in module EfxCase.EfxOmnipresentExample)
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L5
got "@impl EfxCase.EfxExample" for function get/0 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_omnipresent_example.ex#L5
got "@impl EfxCase.EfxOmnipresentExample" for function get/0 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L10
got "@impl EfxCase.EfxExample" for function append_get/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_omnipresent_example.ex#L8
got "@impl EfxCase.EfxOmnipresentExample" for function another_get/0 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L17
got "@impl EfxCase.EfxExample" for function fun_with_wildcard/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L24
got "@impl EfxCase.EfxExample" for function multi_fun/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L35
got "@impl EfxCase.EfxExample" for function guarded_fun/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L48
got "@impl EfxCase.EfxExample" for function one_liner/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.16.0
The following actions use a deprecated Node.js version 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/
|