mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Add a run with opcache to the coverage job
Some tests are not run when OPcache is not available. This should make the results more accurate.
This commit is contained in:
parent
c9df44cab4
commit
6422c95633
@ -86,3 +86,4 @@ jobs:
|
||||
parameters:
|
||||
configurationName: COVERAGE_DEBUG_ZTS
|
||||
configurationParameters: '--enable-debug --disable-maintainer-zts'
|
||||
timeoutInMinutes: 90
|
||||
|
@ -29,6 +29,13 @@ jobs:
|
||||
parameters:
|
||||
configurationName: ${{ parameters.configurationName }}
|
||||
runTestsParameters: ${{ parameters.runTestsParameters }}
|
||||
- template: test.yml
|
||||
parameters:
|
||||
configurationName: ${{ parameters.configurationName }}
|
||||
runTestsName: 'OpCache'
|
||||
runTestsParameters: >-
|
||||
${{ parameters.runTestsParameters }}
|
||||
-d zend_extension=opcache.so
|
||||
- script: |
|
||||
make gcovr-xml
|
||||
mv gcovr.xml coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user