We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef27db + 6422c95 commit 1faea28Copy full SHA for 1faea28
azure-pipelines.yml
@@ -86,3 +86,4 @@ jobs:
86
parameters:
87
configurationName: COVERAGE_DEBUG_ZTS
88
configurationParameters: '--enable-debug --disable-zts'
89
+ timeoutInMinutes: 90
azure/coverage_job.yml
@@ -29,6 +29,13 @@ jobs:
29
30
configurationName: ${{ parameters.configurationName }}
31
runTestsParameters: ${{ parameters.runTestsParameters }}
32
+ - template: test.yml
33
+ parameters:
34
+ configurationName: ${{ parameters.configurationName }}
35
+ runTestsName: 'OpCache'
36
+ runTestsParameters: >-
37
+ ${{ parameters.runTestsParameters }}
38
+ -d zend_extension=opcache.so
39
- script: |
40
make gcovr-xml
41
mv gcovr.xml coverage.xml
0 commit comments