Skip to content

[BUGFIX] 운세 생성 상태에 만료 기한 추가하여 유령 Creating 문제 해결 - #257

Merged
DongChyeon merged 8 commits into
developfrom
bugfix/#256-ghost-creating-state
Sep 18, 2025
Merged

[BUGFIX] 운세 생성 상태에 만료 기한 추가하여 유령 Creating 문제 해결#257
DongChyeon merged 8 commits into
developfrom
bugfix/#256-ghost-creating-state

[TEST/#256] 운세 생성 상태 만료 후 Success 처리 시 미반영 되는 로직 검증

3108e6f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 17, 2025 in 1s

5.85% (target 60.00%)

View this Pull Request on Codecov

5.85% (target 60.00%)

Details

Codecov Report

❌ Patch coverage is 59.11950% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 5.85%. Comparing base (700e803) to head (3108e6f).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...main/java/com/yapp/datastore/FortunePreferences.kt 69.62% 25 Missing and 16 partials ⚠️
...ata/local/datasource/FortuneLocalDataSourceImpl.kt 0.00% 21 Missing ⚠️
.../yapp/data/repositoryimpl/FortuneRepositoryImpl.kt 0.00% 3 Missing ⚠️

❌ Your project check has failed because the head coverage (5.85%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             develop    #257      +/-   ##
============================================
+ Coverage       4.06%   5.85%   +1.79%     
- Complexity        53      67      +14     
============================================
  Files             51      53       +2     
  Lines           4670    4847     +177     
  Branches         689     706      +17     
============================================
+ Hits             190     284      +94     
- Misses          4470    4537      +67     
- Partials          10      26      +16     
Files with missing lines Coverage Δ
...rc/main/java/com/yapp/datastore/UserPreferences.kt 0.00% <ø> (ø)
.../yapp/data/repositoryimpl/FortuneRepositoryImpl.kt 42.30% <0.00%> (ø)
...ata/local/datasource/FortuneLocalDataSourceImpl.kt 0.00% <0.00%> (ø)
...main/java/com/yapp/datastore/FortunePreferences.kt 69.62% <69.62%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.