summaryrefslogtreecommitdiff
path: root/azure/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use "set -e" in some pipeline stepsNikita Popov2020-03-181-0/+1
|
* Azure: Publish code coverage resultsGerard Roche2019-10-111-0/+10
* Add an Azure Publish Code Coverage Results task * Add `make gcovr-html` to generate a gcovr test coverage report in HTML * Add `make gcovr-xml` to generate a gcovr test coverage report in XML * Remove `test` target dependency from `make lcov-html`; Run the two targets together instead: `make test lcov-html`. Re: https://github.com/php/php-src/pull/4739#issuecomment-534911441 See: https://externals.io/message/107113, https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-code-coverage-results?view=azure-devops, and https://github.com/php/php-src/pull/4759.