summaryrefslogtreecommitdiff
path: root/azure/coverage_job.yml
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2019-10-21 21:48:33 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-22 11:12:39 +0200
commit6422c956337bed1e22403da4dd79c713ecfe6bc6 (patch)
tree65412a57e346cfc1a282553238acb3233663171d /azure/coverage_job.yml
parentc9df44cab424034e4858d5fb2ead0f8bfbc87561 (diff)
downloadphp-git-6422c956337bed1e22403da4dd79c713ecfe6bc6.tar.gz
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.
Diffstat (limited to 'azure/coverage_job.yml')
-rw-r--r--azure/coverage_job.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure/coverage_job.yml b/azure/coverage_job.yml
index 217b5d664a..06ac7f4ef3 100644
--- a/azure/coverage_job.yml
+++ b/azure/coverage_job.yml
@@ -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