Skip to content

Commit

Permalink
OXDEV-7728 Disable codeception code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Feb 28, 2024
1 parent 99b4c5c commit 4737525
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/github_actions/graphql-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,9 @@ codeception:
load_shop: *install_module_prefix
title: codeception
container:
options: '-e SELENIUM_SERVER_HOST=selenium -e BROWSER_NAME=chrome -e XDEBUG_MODE=coverage -e THEME_ID=apex'
options: '-e SELENIUM_SERVER_HOST=selenium -e BROWSER_NAME=chrome -e -e THEME_ID=apex'
configuration: '/var/www/vendor/oxid-esales/graphql-storefront/tests/codeception.yml'
suite: 'Acceptance'
additional_options: '--coverage-xml=/var/www/codeception_coverage.xml'
logfile:
prefix: 'codeception'
output:
prefix: 'codeception-artifacts'
coverage:
path: 'source/codeception_coverage.xml'
custom_script: |
perl -pi -e 'print "SetEnvIf Authorization \"(.*)\" HTTP_AUTHORIZATION=\$1\n\n" if $. == 1' source/source/.htaccess
sed -i 's/<?php/<?php\n\nrequire(__DIR__ . "\/..\/c3.php");/' source/source/bootstrap.php
Expand Down

0 comments on commit 4737525

Please sign in to comment.