Skip to content

Add support for client reports #825

Add support for client reports

Add support for client reports #825

Triggered via pull request September 27, 2024 11:55
Status Failure
Total duration 58s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Test (Elixir 1.17, OTP 27.0)
Process completed with exit code 2.
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test (Elixir 1.17, OTP 27.0)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it