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