From f75ce65322c60c292687ff52dbc588c73adb2ca5 Mon Sep 17 00:00:00 2001 From: Sebastian Hoffmann Date: Tue, 7 Jan 2025 18:04:43 +0100 Subject: [PATCH] fix(ci): potentially fix missing coverage reports --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index aaa89bc..3211fc8 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -43,7 +43,7 @@ jobs: coverage html -i - name: Archive coverage results - if: runner.os == 'ubuntu-latest' + if: startsWith(matrix.os, 'ubuntu') uses: actions/upload-artifact@v4 with: name: code-coverage-report