[Concept,0/3] buildman: Enable code coverage in CI

Message ID 20251222231838.2298178-1-sjg@u-boot.org
Headers
Series buildman: Enable code coverage in CI |

Message

Simon Glass Dec. 22, 2025, 11:18 p.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

This little series fixes a few things in buildman so that we can check the
code coverage, although only a few files have 100% at this point.


Simon Glass (3):
  buildman: Fix coverage test configuration
  buildman: Fix flaky test_kconfig_change test
  CI: Add buildman coverage test

 .gitlab-ci.yml              | 10 ++++++++++
 tools/buildman/func_test.py |  7 +++++--
 tools/buildman/main.py      |  9 +++++++--
 3 files changed, 22 insertions(+), 4 deletions(-)