diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1aebcc3..6d619fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - run: npm run test:unit:cover - uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-unit path: coverage/ test_integration: @@ -145,7 +145,7 @@ jobs: - name: Upload coverage uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-integration path: coverage/ build: