From 60bb3954c50ab00908f27a8d870693890b087ea2 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:20:35 -0600 Subject: [PATCH] chore: fix workflow file --- .github/workflows/pull_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4042fba..064e05c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -36,4 +36,5 @@ jobs: - name: Upload test coverage uses: actions/upload-artifact@v6 with: - name: coverage.html + name: coverage-report + path: coverage.html