diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a281c69b..e725470d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,11 +34,14 @@ jobs: run: composer test:coverage - name: Upload coverage artifact + if: ${{ github.event_name == 'pull_request' }} + continue-on-error: true uses: actions/upload-artifact@v4 with: name: unit-coverage-clover path: services/nginx/app/build/logs/clover.xml if-no-files-found: warn + retention-days: 1 integration: name: Integration (advisory)