diff --git a/.github/workflows/drevops-test-installer.yml b/.github/workflows/drevops-test-installer.yml index e07692d8e..d7fc978fb 100644 --- a/.github/workflows/drevops-test-installer.yml +++ b/.github/workflows/drevops-test-installer.yml @@ -41,7 +41,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }} - path: .drevops/installer/.coverage-html + path: | + .drevops/installer/.coverage-html + .drevops/installer/cobertura.xml - name: Upload coverage report to Codecov uses: codecov/codecov-action@v3