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: 임시 글 발행 시 포스트 이미지, 인트로 받지 않도록 변경 #213

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

Quality Gate Passed Quality Gate passed

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

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Test Results

300 files  ±0  300 suites  ±0   1m 1s ⏱️ -1s
806 tests  - 4  805 ✅  - 4  1 💤 ±0  0 ❌ ±0 
841 runs   - 4  840 ✅  - 4  1 💤 ±0  0 ❌ ±0 

Results for commit 55bb441. ± Comparison against base commit 44571a5.

This pull request removes 20 and adds 4 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.PostTest$생성_시 ‑ 인트로가 없으면 본문에서 가져와 설정된다
com.mallang.post.domain.PostTest$생성_시 ‑ 인트로가 없을때 본문이 150자 이상이면 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>

@shin-mallang shin-mallang merged commit 90322a2 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 feature] 임시 글 발행 시 포스트 이미지, 인트로는 받지 않도록 변경
1 participant