Skip to content

Commit

Permalink
Disable code coverage in codeception tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 15, 2024
1 parent 22d8578 commit 0834553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/oxid-esales/codeception_Acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
codeception:
title: codeception_Acceptance
additional_options: '--coverage-xml=/var/www/coverage_codeception_Acceptance.xml'
logfile:
prefix: 'codeception'
output:
prefix: 'codeception-artifacts'
coverage:
path: 'source/coverage_codeception_Acceptance.xml'
path: ''
prefix: coverage-reports-codeception_Acceptance
3 changes: 1 addition & 2 deletions .github/oxid-esales/codeception_acceptance_70x.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
codeception:
title: codeception_acceptance
suite: 'acceptance,acceptanceAdmin'
additional_options: '--coverage-xml=/var/www/coverage_codeception_acceptance.xml'
logfile:
prefix: 'codeception'
output:
prefix: 'codeception-artifacts'
coverage:
path: 'source/coverage_codeception_acceptance.xml'
path: ''
prefix: coverage-reports-codeception_acceptance
10 changes: 3 additions & 7 deletions .github/oxid-esales/deprecated_tests_only_ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ prepare_shop:
# yamllint disable-line rule:line-length
parameters: 'codeception/codeception codeception/module-asserts codeception/module-db codeception/module-filesystem codeception/module-webdriver oxid-esales/codeception-modules oxid-esales/codeception-page-objects'
options: '--no-update --dev'
configure:
install: 'testing_library'
update_options: '--no-interaction'
require:
install: ''
options: '--no-update'
update_options: '--no-interaction'

phpunit:
matrix:
Expand All @@ -23,6 +16,9 @@ codeception:
matrix:
testplan: *skip

runtest:
title: 'deprecated_tests'

sonarcloud:
matrix:
testplan: *skip
Expand Down

0 comments on commit 0834553

Please sign in to comment.