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

feat: 포스트 인트로 없는 경우 내용에서 추출 #212

Merged
merged 3 commits into from
Jan 13, 2024

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang self-assigned this Jan 13, 2024
@shin-mallang shin-mallang linked an issue Jan 13, 2024 that may be closed by this pull request
1 task
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Test Results

300 files  +1  300 suites  +1   1m 0s ⏱️ -6s
810 tests +3  809 ✅ +3  1 💤 ±0  0 ❌ ±0 
845 runs  +3  844 ✅ +3  1 💤 ±0  0 ❌ ±0 

Results for commit f3a61a2. ± Comparison against base commit c951802.

This pull request removes 16 and adds 7 tests. Note that renamed tests count towards both.

          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
</html>
…
com.mallang.post.domain.PostContentTest ‑ 인트로가 없으면 본문에서 가져와 설정된다
com.mallang.post.domain.PostContentTest ‑ 인트로가 없을때 본문이 150자 이상이면 150자만 인트로로 설정된다
com.mallang.post.domain.PostIntroTest ‑ 길이는 1글자 이상 150 글자 이하여야 한다
com.mallang.post.domain.PostIntroTest ‑ 길익가 150글자 초과라면 예외
com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [1] html=<!DOCTYPE html>
<head>
    <title>
          Shin._.Mallang
    </title>
 </head>

<body>
    HI
</body>

</html>

com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [2] html=<!DOCTYPE html>
<head>
    <title>
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
 </head>

<body>
    HI
</body>

</html>

com.study.StringTest ‑ substring()

@shin-mallang shin-mallang merged commit 44571a5 into main Jan 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] 포스트 인트로 없는 경우 내용에서 추출
1 participant