Closed hassanctech closed 10 months ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
2dc0a16
) 75.13% compared to head (cf1a2b5
) 78.30%.:exclamation: Current head cf1a2b5 differs from pull request most recent head c67aef7. Consider uploading reports for the commit c67aef7 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/heap/src/HybridFileHeap.c | 88.88% | 1 Missing :warning: |
src/utils/src/Threadpool.c | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available: n/a
Description of changes:
add_subdirectory
propagated the flag from PIC itself down to the test project so it will always match.threadpoolInternalInactiveThreadCount
we may subtract two unsigned numbers (A - B) where A < B and return the result. Now we return 0 in such cases.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.