From 9e6fc81dafc1924a05e4516c7a7935eea9fc9852 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:46:20 +0200 Subject: [PATCH] coverage debugging --- .github/actions/configure-x64/action.yml | 3 +-- .github/workflows/push.yml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/configure-x64/action.yml b/.github/actions/configure-x64/action.yml index be57f1312a932..f331b32a12d4e 100644 --- a/.github/actions/configure-x64/action.yml +++ b/.github/actions/configure-x64/action.yml @@ -9,10 +9,9 @@ inputs: runs: using: composite steps: - - shell: bash +e + - shell: bash run: | set -x - set +e ./buildconf --force ./configure \ --enable-option-checking=fatal \ diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dedb0bb3a9827..3f72c17d89a86 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -231,6 +231,9 @@ jobs: runTestsParameters: >- -d zend_extension=opcache.so -d opcache.enable_cli=1 + - name: debug + if: always() + run: cat config.log - name: Upload Test Coverage to Codecov.io if: always() run: bash <(curl -s https://codecov.io/bash)