From 72b3db42dd86f6a130e1bf93688ec22b0022fc6a Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Mon, 3 Jun 2024 17:01:18 -0700 Subject: [PATCH] Update test-runner-ci.yaml Signed-off-by: Tyler Titsworth --- .github/workflows/test-runner-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-runner-ci.yaml b/.github/workflows/test-runner-ci.yaml index 2892b3ea..7e55bb14 100644 --- a/.github/workflows/test-runner-ci.yaml +++ b/.github/workflows/test-runner-ci.yaml @@ -96,7 +96,7 @@ jobs: merge-multiple: true - name: Coverage run: | - python -m pip install coverage --hash=sha256:c4c2872b3c91f9baa836147ca33650dc5c172e9273c808c3c3199c75490e709d + python -m pip install coverage python -m coverage combine --debug=pathmap python -m coverage xml --skip-empty - name: Comment on PR