Skip to content

[refactor] SonarQube 기반 코드 리팩토링 #69

[refactor] SonarQube 기반 코드 리팩토링

[refactor] SonarQube 기반 코드 리팩토링 #69

Triggered via pull request November 19, 2025 22:11
Status Failure
Total duration 4m 20s
Artifacts

CI_Test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
PostControllerTest$CreatePostApiTest.게시글 작성 성공: PostControllerTest$CreatePostApiTest#L196
java.lang.AssertionError: Status expected:<200> but was:<500>
PostControllerTest$DeletePostApiTest.게시글 삭제 성공: PostControllerTest$DeletePostApiTest#L529
java.lang.AssertionError: Status expected:<200> but was:<500>
PostControllerTest$UpdatePostApiTest.게시글 수정 성공: PostControllerTest$UpdatePostApiTest#L368
java.lang.AssertionError: Status expected:<200> but was:<500>
UserControllerTest$T1.정상 작동: UserControllerTest$T1#L82
java.lang.AssertionError: Status expected:<200> but was:<500>
build
Process completed with exit code 1.
정상 작동 (com.backend.api.user.controller.UserControllerTest$T1) failed: com.backend.api.user.controller.UserControllerTest$T1#L0
backend/build/test-results/test/TEST-com.backend.api.user.controller.UserControllerTest$T1.xml
게시글 삭제 성공 (com.backend.api.post.controller.PostControllerTest$DeletePostApiTest) failed: com.backend.api.post.controller.PostControllerTest$DeletePostApiTest#L0
backend/build/test-results/test/TEST-com.backend.api.post.controller.PostControllerTest$DeletePostApiTest.xml
게시글 수정 성공 (com.backend.api.post.controller.PostControllerTest$UpdatePostApiTest) failed: com.backend.api.post.controller.PostControllerTest$UpdatePostApiTest#L0
backend/build/test-results/test/TEST-com.backend.api.post.controller.PostControllerTest$UpdatePostApiTest.xml
게시글 작성 성공 (com.backend.api.post.controller.PostControllerTest$CreatePostApiTest) failed: com.backend.api.post.controller.PostControllerTest$CreatePostApiTest#L0
backend/build/test-results/test/TEST-com.backend.api.post.controller.PostControllerTest$CreatePostApiTest.xml
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/