From: Yu Watanabe Date: Wed, 27 May 2026 14:50:28 +0000 (+0900) Subject: Revert "test: ignore lcov errors due to inconsistency" X-Git-Tag: v261-rc3~57^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bdeb9fe1ee3c53a793daa48042bb2fd8b8969cfd;p=thirdparty%2Fsystemd.git Revert "test: ignore lcov errors due to inconsistency" This reverts commit 62e17483aaeac42d33e0a6a45f08f3e26fc92e82. The failure should be caused by PATH_TEST() macro introduced by fc7a32df38dd4797ce7266df6ece6bd9b9842783 and QMP_TEST() macro by 742733440fc5e5f30624e3aee27c76d311809261, and now they are dropped. The workaround should not be necessary anymore. --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6abb4d6a5cf..6aa59f6d099 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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"