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 : Implements ConcurrentBatchCounter #34

Merged
merged 6 commits into from
Apr 5, 2024

✨ Feat : 'ConcurrentBatchingCounter' 벤치마킹

1bb0cc0
Select commit
Loading
Failed to load commit list.
Merged

✨ Feat : Implements ConcurrentBatchCounter #34

✨ Feat : 'ConcurrentBatchingCounter' 벤치마킹
1bb0cc0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2024 in 0s

79.13% (target 40.00%)

View this Pull Request on Codecov

79.13% (target 40.00%)

Details

Codecov Report

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

Project coverage is 79.13%. Comparing base (b77d483) to head (1bb0cc0).
Report is 12 commits behind head on develop.

Files Patch % Lines
.../batch/ConcurrentParameterizedBatchingCounter.java 0.00% 17 Missing ⚠️
...oncurrency/SpringThreadConcurrencyApplication.java 97.05% 0 Missing and 1 partial ⚠️
...rency/counter/batch/ConcurrentBatchingCounter.java 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             develop      #34       +/-   ##
==============================================
- Coverage      97.77%   79.13%   -18.65%     
- Complexity        22       38       +16     
==============================================
  Files              5        9        +4     
  Lines             45      115       +70     
  Branches           1        6        +5     
==============================================
+ Hits              44       91       +47     
- Misses             0       22       +22     
- Partials           1        2        +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.