We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0149a7 commit 2f4ed74Copy full SHA for 2f4ed74
1 file changed
.github/workflows/ci.yml
@@ -845,8 +845,14 @@ jobs:
845
'*/test/*' \
846
'*/thirdparty/*' \
847
'*/examples/*' \
848
+ '*/h5cpp/H5Zpipeline_pool.hpp' \
849
--ignore-errors unused,mismatch,inconsistent \
850
--output-file coverage.info
851
+ # H5Zpipeline_pool.hpp is excluded TEMPORARILY: the FAPL worker pool
852
+ # never reaches the write/read dispatch (H5Fget_access_plist drops the
853
+ # inserted property), so pool_pipeline_t is unreachable through the
854
+ # public API and reads as 0% dead code. Tracked in #286 — remove this
855
+ # exclusion once activation is fixed and the pool path is exercised.
856
857
rm coverage.full.info
858
lcov --gcov-tool /usr/bin/gcov-14 --list coverage.info
0 commit comments