History log of /PHP-7.4/azure/coverage_job.yml (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8f8e6f95 03-Dec-2020 Paul Crovella

Upload coverage data to codecov.io

Closes GH-6486.


# e0d20701 12-Jun-2020 Nikita Popov

Use shared setup.yml on azure

Make sure things stay synchronized between different x64 jobs.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# 4c717aba 02-Nov-2019 Nikita Popov

Explicitly specify ubuntu versions on azure pipelines

Use the new 18.04 for the ones where the build succeeded and the
previous 16.04 where it didn't.


Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11
# 6422c956 21-Oct-2019 Fabien Villepinte

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.


Revision tags: php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# db54b0fa 25-Sep-2019 Gerard Roche

Azure: Publish code coverage results

* 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`

Azure: Publish code coverage results

* 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.

show more ...