Skip to content

Commit 2f4ed74

Browse files
committed
[#285]:svarga:ci, exclude unreachable H5Zpipeline_pool.hpp from coverage (see #286)
1 parent f0149a7 commit 2f4ed74

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,14 @@ jobs:
845845
'*/test/*' \
846846
'*/thirdparty/*' \
847847
'*/examples/*' \
848+
'*/h5cpp/H5Zpipeline_pool.hpp' \
848849
--ignore-errors unused,mismatch,inconsistent \
849850
--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.
850856
851857
rm coverage.full.info
852858
lcov --gcov-tool /usr/bin/gcov-14 --list coverage.info

0 commit comments

Comments
 (0)