Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable code coverage in codeception tests #951

Merged
merged 2 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion .github/workflows/push_matrix_slim_ce_71x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto trigger on Push to 7.0.x*
name: Auto trigger on Push to 7.1.x*
# Matrix workflow using re-usable github actions

on:
Expand Down
Loading