Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Feb 6, 2024
1 parent 882776a commit d8ace21
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions tests/github_actions/phpunit_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ phpunit:
options: '-e XDEBUG_MODE=coverage'
test: 'tests/Integration'
additional_options: '--bootstrap tests/bootstrap.php tests --coverage-clover=/var/www/coverage_phpunit_integration.xml'
logfile:
prefix: 'phpunit_integration'
output:
prefix: 'integration_artifacts'
files: |
source/integration_coverage.xml
generated_testplan.yaml
source/source/log/oxideshop.log
data/php/logs/error_log.txt
coverage:
path: 'source/coverage_phpunit_integration.xml'
prefix: coverage-reports-phpunit_integration
logfile:
prefix: 'phpunit_integration'
output:
prefix: 'integration_artifacts'
files: |
source/integration_coverage.xml
generated_testplan.yaml
source/source/log/oxideshop.log
data/php/logs/error_log.txt
coverage:
path: 'source/coverage_phpunit_integration.xml'
prefix: coverage-reports-phpunit_integration
24 changes: 12 additions & 12 deletions tests/github_actions/phpunit_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ phpunit:
options: '-e XDEBUG_MODE=coverage'
test: 'tests/Unit'
additional_options: '--bootstrap tests/bootstrap.php tests --coverage-clover=/var/www/coverage_phpunit_unit.xml'
logfile:
prefix: 'phpunit_unit'
output:
prefix: 'unit_artifacts'
files: |
source/unit_coverage.xml
generated_testplan.yaml
source/source/log/oxideshop.log
data/php/logs/error_log.txt
coverage:
path: 'source/coverage_phpunit_unit.xml'
prefix: coverage-reports-phpunit_unit
logfile:
prefix: 'phpunit_unit'
output:
prefix: 'unit_artifacts'
files: |
source/unit_coverage.xml
generated_testplan.yaml
source/source/log/oxideshop.log
data/php/logs/error_log.txt
coverage:
path: 'source/coverage_phpunit_unit.xml'
prefix: coverage-reports-phpunit_unit

0 comments on commit d8ace21

Please sign in to comment.