spring-templates / spring-concurrency-thread

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

`Counter` 예제 구현 #31

Closed ooMia closed 5 months ago

ooMia commented 5 months ago

개요

변경 사항

추가 정보

관련 이슈

Close #17 -> Close #27

codecov[bot] commented 5 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (main@7bf0d66). Click here to learn what that means.

Files Patch % Lines
.../thread/concurrency/executor/CounterBenchmark.java 89.28% 2 Missing and 4 partials :warning:
...oncurrency/SpringThreadConcurrencyApplication.java 0.00% 4 Missing :warning:
.../concurrency/counter/CompletableFutureCounter.java 86.66% 2 Missing :warning:
...com/thread/concurrency/counter/PollingCounter.java 88.88% 0 Missing and 2 partials :warning:
.../concurrency/counter/batch/AtomicBatchCounter.java 94.11% 0 Missing and 1 partial :warning:
.../batch/ConcurrentParameterizedBatchingCounter.java 95.00% 0 Missing and 1 partial :warning:
...ead/concurrency/counter/queue/CounterConsumer.java 91.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ======================================= Coverage ? 90.32% Complexity ? 65 ======================================= Files ? 13 Lines ? 186 Branches ? 11 ======================================= Hits ? 168 Misses ? 9 Partials ? 9 ``` | [Flag](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/31/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/spring-templates/spring-concurrency-thread/pull/31/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spring-templates) | `90.32% <90.76%> (?)` | | 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.