Skip to content

Update README.md

Update README.md #18

Triggered via push September 14, 2024 07:30
Status Failure
Total duration 2m 2s
Artifacts

elixir.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and test: test/kotisivut_web/controllers/user_session_controller_test.exs#L99
test DELETE /users/log_out logs the user out (KotisivutWeb.UserSessionControllerTest)
Build and test: test/kotisivut_web/live/user_reset_password_live_test.exs#L103
test Reset password navigation redirects to registration page when the Register button is clicked (KotisivutWeb.UserResetPasswordLiveTest)
Build and test: test/kotisivut_web/controllers/user_session_controller_test.exs#L87
test POST /users/log_in redirects to login page with invalid credentials (KotisivutWeb.UserSessionControllerTest)
Build and test: test/kotisivut_web/live/user_reset_password_live_test.exs#L91
test Reset password navigation redirects to login page when the Log in button is clicked (KotisivutWeb.UserResetPasswordLiveTest)
Build and test: test/kotisivut_web/live/user_reset_password_live_test.exs#L27
test Reset password page does not render reset password with invalid token (KotisivutWeb.UserResetPasswordLiveTest)
Build and test: test/kotisivut_web/controllers/user_session_controller_test.exs#L28
test POST /users/log_in logs the user in with remember me (KotisivutWeb.UserSessionControllerTest)
Build and test: test/kotisivut_web/live/user_reset_password_live_test.exs#L21
test Reset password page renders reset password with valid token (KotisivutWeb.UserResetPasswordLiveTest)
Build and test: test/kotisivut_web/controllers/user_session_controller_test.exs#L11
test POST /users/log_in logs the user in (KotisivutWeb.UserSessionControllerTest)
Build and test: test/kotisivut_web/live/user_reset_password_live_test.exs#L36
test Reset password page renders errors for invalid data (KotisivutWeb.UserResetPasswordLiveTest)
Build and test: test/kotisivut_web/live/user_registration_live_test.exs#L15
test Registration page redirects if already logged in (KotisivutWeb.UserRegistrationLiveTest)