Skip to content

Commit

Permalink
Remove code coverage
Browse files Browse the repository at this point in the history
Disable code coverage to check its impact on failing test
  • Loading branch information
lithrel committed Sep 9, 2022
1 parent 3b9d2ef commit c8b2cfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ jobs:
- install-instance
- run-tests:
test-name: Test - Run acceptance tests
test-command: make -C planet4-docker-compose test
test-command: |
cd planet4-docker-compose
docker-compose exec php-fpm rsync -a --delete public/wp-content/themes/planet4-master-theme/tests/acceptance/ public/wp-content/plugins/planet4-plugin-gutenberg-blocks/tests/acceptance/ tests/acceptance/
docker-compose exec php-fpm rsync -a --delete public/wp-content/themes/planet4-master-theme/tests/data/ tests/_data/
docker-compose exec php-fpm tests/vendor/bin/codecept run acceptance --no-redirect --xml=junit.xml --html
extract-command: make -C planet4-docker-compose ci-extract-artifacts

a11y-tests:
Expand Down

0 comments on commit c8b2cfc

Please sign in to comment.