Skip to content

add metrics

add metrics #78

Triggered via push August 28, 2024 21:06
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

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

Annotations

4 errors and 3 warnings
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/chain_controller_test.exs#L26
test create chain renders chain when data is valid (HabitsWeb.ChainControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/chain_controller_test.exs#L14
test index lists all chains (HabitsWeb.ChainControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/chain_controller_test.exs#L50
test update chain renders chain when data is valid (HabitsWeb.ChainControllerTest)
OTP 27 / Elixir 1.17.1
Process completed with exit code 2.
OTP 27 / Elixir 1.17.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
OTP 27 / Elixir 1.17.1
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
OTP 27 / Elixir 1.17.1
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