Skip to content

Commit

Permalink
Merge pull request #1652 from WordPress/fix/disable-coverage
Browse files Browse the repository at this point in the history
Disable codecov since currently broken
  • Loading branch information
westonruter authored Nov 13, 2024
2 parents 98a2adc + cd2151a commit 58c9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
wp: 'trunk'
- php: '8.2'
wp: 'latest'
coverage: true
# coverage: true # TODO: Uncomment once coverage reports are fixed. See <https://github.com/WordPress/performance/pull/1586#issuecomment-2474498387>.
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}
Expand Down

0 comments on commit 58c9407

Please sign in to comment.