Skip to content

Commit

Permalink
coverage debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Oct 19, 2023
1 parent 332696d commit 9e6fc81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/configure-x64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e6fc81

Please sign in to comment.