From 4a3d114bafa1f21a51bae89fae12d9395416d512 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Tue, 21 Nov 2023 12:27:50 +0530 Subject: [PATCH] Trigger codecov for Drupal 10.1 and php 8.1 --- .github/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 85d7c2d6..5556e92c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -136,13 +136,13 @@ jobs: sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional - name: "Run PHPUnit tests" - if: ${{ matrix.drupal-core != '9.5.x' || matrix.php-version != '8.1' }} + if: ${{ matrix.drupal-core != '10.1.x' || matrix.php-version != '8.1' }} run: | cd drupal vendor/bin/phpunit -c core --verbose --color --group apigee_edge --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_edge - name: "Run PHPUnit tests with Code Coverage" - if: ${{ matrix.drupal-core == '9.5.x' && matrix.php-version == '8.1' }} + if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }} run: | cd drupal cp modules/contrib/apigee_edge/phpunit.core.xml.dist core/phpunit.xml @@ -156,7 +156,7 @@ jobs: path: drupal/sites/simpletest/browser_output/* - name: Upload coverage to Codecov - if: ${{ matrix.drupal-core == '9.5.x' && matrix.php-version == '8.1' }} + if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }} uses: codecov/codecov-action@v3 with: files: /tmp/coverage_${{ matrix.instance-type }}.xml