Skip to content

tmp

tmp #68

Triggered via push July 13, 2024 07:23
Status Failure
Total duration 57s
Artifacts

ci.yml

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

Annotations

10 errors and 3 warnings
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L54
test users delete_user/1 deletes the user (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L23
test users create_user/1 with valid data creates a user (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L18
test users get_user!/1 returns the user with given id (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L13
test users list_users/0 returns all users (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L37
test users update_user/2 with valid data updates the user (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L48
test users update_user/2 with invalid data returns error changeset (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits/users_test.exs#L60
test users change_user/1 returns a user changeset (Habits.UsersTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L49
test create user renders errors when data is invalid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L34
test create user renders user when data is valid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L27
test index lists all users (HabitsWeb.UserControllerTest)
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 uses Node.js version which is deprecated 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