spring-templates / spring-concurrency-thread

Spring 프레임워크에서의 Thread 동시성 제어 문제를 다룹니다.
https://spring-templates.github.io/spring-concurrency-thread/
MIT License
0 stars 1 forks source link

@Async 메서드 사용 예시 작성 #25

Closed haxr369 closed 5 months ago

haxr369 commented 5 months ago

개요

변경 사항

추가 정보

관련 이슈

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 87.71930% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 89.23%. Comparing base (ed4626c) to head (06cbe1f).

:exclamation: Current head 06cbe1f differs from pull request most recent head a752e80. Consider uploading reports for the commit a752e80 to get more accurate results

Files Patch % Lines
.../concurrency/counter/CompletableFutureCounter.java 28.57% 5 Missing :warning:
...rrency/counter/producerCustomer/CounterBroker.java 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #25 +/- ## ============================================== + Coverage 62.50% 89.23% +26.73% - Complexity 4 23 +19 ============================================== Files 2 9 +7 Lines 8 65 +57 Branches 0 1 +1 ============================================== + Hits 5 58 +53 - Misses 3 7 +4 ``` | [Flag](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/25/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/25/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | `89.23% <87.71%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ooMia commented 5 months ago

직접 실행해보고 마저 리뷰할게요! gh pr checkout 25