wordpress-develop/.github/workflows
Jonathan Desrosiers e902e52e95 Build/Test Tools: Allow changes to the code coverage workflow to run on pull request.
This adds the `pull_request` event to the Code Coverage Report workflow, allowing changes to be verified in a pull request before being committed.

The `branches` and `paths` filters are used to limit when the workflow runs to pull requests with:

- A base branch of `trunk`.
- Changing specific files that can potentially affect the way a coverage report is generated.

Reports generated on `pull_request` events are for testing purposes only and are not submitted to Codecov.

The `docker-compose.yml` file has also been added to the `paths` filter for both `push` and `pull_request` events. Changes to this file could potentially affect the environment used to generate the report (such as the ones in [53552]).

Props afragen, johnbillion, desrosj.
See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53553 602fd350-edb4-49c9-b593-d223f7449a82
2022-06-21 23:59:29 +00:00
..
coding-standards.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
end-to-end-tests.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
javascript-tests.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
php-compatibility.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
phpunit-tests.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
slack-notifications.yml Build/Test Tools: Adjust Slack notifications logic to account for expected non push events. 2022-06-20 14:58:45 +00:00
test-coverage.yml Build/Test Tools: Allow changes to the code coverage workflow to run on pull request. 2022-06-21 23:59:29 +00:00
test-npm.yml Build/Test Tools: Update all 3rd party actions to their latest versions. 2022-04-08 18:37:20 +00:00
test-old-branches.yml Build/Test Tools: Add the 6.0 branch to the workflow for testing branches. 2022-05-03 17:42:22 +00:00
welcome-new-contributors.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00