diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index e80e647..eecd92e 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -46,12 +46,12 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }} - path: ./.coverage-html + path: ./scaffold/.coverage-html - name: Upload coverage report to Codecov uses: codecov/codecov-action@v4 with: - files: ./cobertura.xml + files: ./scaffold/cobertura.xml fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}