Integration tests #27
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
config/config.exs#L5
Mix.Config.config/2 is deprecated. Use the Config module instead
|
lib/kayrock/error_code.ex#L70
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
lib/kayrock/message_set.ex#L30
use Bitwise is deprecated. import Bitwise instead
|
lib/kayrock/record_batch.ex#L63
use Bitwise is deprecated. import Bitwise instead
|
test/support/integration_case.ex#L7
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
|
test/support/integration_case.ex#L19
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)
|
|
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
config/config.exs#L5
Mix.Config.config/2 is deprecated. Use the Config module instead
|
config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
config/config.exs#L5
Mix.Config.config/2 is deprecated. Use the Config module instead
|
The logs for this run have expired and are no longer available.
Loading