From f43f2bcd57849c15ccd2bdb41e106da35cc8fd17 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Sat, 31 May 2025 23:57:12 -0400 Subject: [PATCH] allow deployment of test coverage --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 391e3a4..a32258d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,6 @@ jobs: # Upload coverage as Pages artifact only on push to main - name: Upload coverage html - if: github.event_name == 'pull_request' uses: actions/upload-pages-artifact@v3 with: path: ./coverage @@ -45,7 +44,6 @@ jobs: deploy_coverage: - if: github.event_name == 'pull_request' needs: tests runs-on: ubuntu-latest environment: