Skip to content
Snippets Groups Projects

Resolve #3467066 "Provide code coverage report"

+ 11
13
include:
################
# DrupalCI includes:
# As long as you include this, any future includes added by the Acquia CMS will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_orca/-/tree/acquia_cms/
################
- project: "project/gitlab_orca"
ref: "acquia_cms"
ref: "1.0.x"
file:
- '/includes/include.orcaci.main.yml'
- '/includes/include.orcaci.variables.yml'
- "/includes/include.orca.variables.yml"
- "/includes/include.orca.main.yml"
variables:
ORCA_SUT_NAME: drupal/acquia_cms_common
ORCA_SUT_BRANCH: 3.x
ORCA_PACKAGES_CONFIG_ALTER: $CI_PROJECT_DIR/tests/packages_alter.yml
ORCA_SUT_NAME: "drupal/acquia_cms_common"
ORCA_SUT_BRANCH: "3.x"
ORCA_PACKAGES_CONFIG_ALTER: "$CI_PROJECT_DIR/tests/packages_alter.yml"
ORCA_SUT_DIR: "$CI_PROJECT_DIR/../acquia_cms_common"
ORCA_JUNIT_LOG: "$CI_PROJECT_DIR/var/logs/junit.xml"
SKIP_DEPRECATED_CODE_SCAN_W_CONTRIB: "1"
# 3.x does not support Drupal 9.5 version.
# 3.x does not support Drupal 9.5 version.
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR: 1
SKIP_INTEGRATED_TEST_ON_LATEST_EOL_MAJOR_PHP8: 1
# 3.x does not support Drupal 10.1 version.
SKIP_INTEGRATED_TEST_ON_PREVIOUS_MINOR: 1
SKIP_INTEGRATED_TEST_ON_OLDEST_SUPPORTED: 1
SKIP_INTEGRATED_TEST_ON_OLDEST_SUPPORTED: 1
\ No newline at end of file
Loading