From 368bf756309f125dabb9425b9e8ca8f4a8bfb38d Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Wed, 9 Sep 2026 08:10:24 +0100 Subject: [PATCH] Include partition tests in coverage workflow Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/workflows/coverage.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b7afb0467899..a4a8244b797d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -73,6 +73,13 @@ jobs: ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|suite|unit" shell: bash + - name: "Run partitions tests" + run: | + set -ex + cd build + ./tests.sh --timeout 360 --output-on-failure -C partitions -L '^partitions$' --no-tests=error + shell: bash + - name: "Generate coverage reports" run: | set -exo pipefail