From a1d8d18da66c340fa883f45ceafcb668b70b8f99 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Wed, 27 Nov 2024 14:47:05 -0800 Subject: [PATCH] test: collect coverage --- .github/workflows/ci-core-partial.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index e994f492989..48a587fbabc 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -48,6 +48,7 @@ jobs: with: pipeline-step: "build" build-concurrency: "32" + collect-coverage: "true" test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }} github-token: ${{ secrets.GITHUB_TOKEN }} @@ -61,6 +62,7 @@ jobs: with: pipeline-step: "run" run-concurrency: "16" + collect-coverage: "true" test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }} github-token: ${{ secrets.GITHUB_TOKEN }}