Revert "test: ignore lcov errors due to inconsistency"

This reverts commit 62e17483aa.

The failure should be caused by PATH_TEST() macro introduced by
fc7a32df38 and QMP_TEST() macro by
742733440f, and now they are dropped.
The workaround should not be necessary anymore.
This commit is contained in:
Yu Watanabe
2026-05-27 23:50:28 +09:00
parent 521153fe5b
commit bdeb9fe1ee

View File

@@ -104,7 +104,7 @@ jobs:
--exclude "*.gperf" \
--output-file build/test/coverage/initial.coverage-info \
--base-directory src/ \
--ignore-errors source,inconsistent \
--ignore-errors source \
--no-external \
--substitute "s#src/src#src#g"