From ccd8f151616283f36582cab95f8ea78469ee12b3 Mon Sep 17 00:00:00 2001 From: Eric Buckley Date: Fri, 8 Nov 2024 16:00:17 -0800 Subject: [PATCH] checking out the code, so coverage xml can include source --- .github/workflows/check_unit_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check_unit_tests.yml b/.github/workflows/check_unit_tests.yml index 7af2e783..877753e9 100644 --- a/.github/workflows/check_unit_tests.yml +++ b/.github/workflows/check_unit_tests.yml @@ -93,6 +93,9 @@ jobs: needs: test steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Download all coverage artifacts uses: actions/download-artifact@v4 with: