Skip to content

Commit

Permalink
Revert "Try with adding coverage driver"
Browse files Browse the repository at this point in the history
This reverts commit 86da856.
  • Loading branch information
dhaval-parekh committed Mar 17, 2022
1 parent 86da856 commit 648c5b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,7 @@ jobs:
- name: Run tests with coverage
if: ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 }}
run: vendor/bin/phpunit --verbose --coverage-clover ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
coverage: ${{ matrix.coverage && 'pcov' || 'none' }}
ini-values: pcov.directory=.
working-directory: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp
env:
WP_TESTS_DIR: /tmp/wordpress-tests-lib

Expand Down

0 comments on commit 648c5b7

Please sign in to comment.