Closed hassanctech closed 10 months ago
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
1c4f6ec
) 75.10% compared to head (410aeab
) 75.13%.:exclamation: Current head 410aeab differs from pull request most recent head 21a74df. Consider uploading reports for the commit 21a74df to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/utils/src/Threadpool.c | 28.57% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes: If some threads were created as part of
threadpoolCreate
but less thanminThreads
then clean up will not properly happen for those threads we will not attempt to dequeue and free those tasks that were launched via THREAD_CREATE / DETACH.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.