diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a64573d..353c515 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -73,10 +73,10 @@ jobs: uses: actions/download-artifact@v4 with: name: coverage-main - path: coverage + path: coverage-main - name: Report coverage - if: always() + if: always() uses: davelosert/vitest-coverage-report-action@v2.5.1 with: file-coverage-mode: all