Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: subscribe 패키지를 blog 패키지 내로 이동 #96

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang linked an issue Nov 23, 2023 that may be closed by this pull request
1 task
@shin-mallang shin-mallang self-assigned this Nov 23, 2023
Copy link

github-actions bot commented Nov 23, 2023

Test Results

481 tests  ±0   481 ✔️ ±0   26s ⏱️ ±0s
189 suites ±0       0 💤 ±0 
189 files   ±0       0 ±0 

Results for commit b9410f8. ± Comparison against base commit 915015a.

This pull request removes 20 and adds 20 tests. Note that renamed tests count towards both.
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 블로그를 구독한다
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 이미 구독한 블로그라면 예외
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 자신의 블로그를 구독하면 예외
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_취소_API ‑ 구독하지 않은 블로그라면 예외
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_취소_API ‑ 구독한 블로그를 구독 취소한다
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$특정_블로그를_구독중인_구독자_조회_API ‑ 조회된다
com.mallang.acceptance.subsribe.BlogSubscribeAcceptanceTest$특정_회원이_구독중인_블로그_조회_API ‑ 조회된다
com.mallang.subscribe.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 블로그를 구독한다
com.mallang.subscribe.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 이미 구독한 블로그라면 예외
com.mallang.subscribe.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 자신의 블로그를 구독하면 예외
…
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 블로그를 구독한다
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 이미 구독한 블로그라면 예외
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_API ‑ 자신의 블로그를 구독하면 예외
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_취소_API ‑ 구독하지 않은 블로그라면 예외
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$블로그_구독_취소_API ‑ 구독한 블로그를 구독 취소한다
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$특정_블로그를_구독중인_구독자_조회_API ‑ 조회된다
com.mallang.acceptance.blog.subsribe.BlogSubscribeAcceptanceTest$특정_회원이_구독중인_블로그_조회_API ‑ 조회된다
com.mallang.blog.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 블로그를 구독한다
com.mallang.blog.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 이미 구독한 블로그라면 예외
com.mallang.blog.application.BlogSubscribeServiceTest$블로그_구독_시 ‑ 자신의 블로그를 구독하면 예외
…

♻️ This comment has been updated with latest results.

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 11 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@shin-mallang shin-mallang merged commit d204e92 into main Nov 23, 2023
5 checks passed
shin-mallang added a commit that referenced this pull request Dec 10, 2023
* [#95] refactor: subscribe 패키지를 blog 패키지 내로 이동

* [#95] infra: Repository 커버리지 제외

(cherry picked from commit d204e92)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🔥 refactor] 구독 패키지를 blog 내로 옮긴다
1 participant