Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acquia_cms_common
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
acquia_cms_common
Merge requests
!27
Resolve
#3467066
"Provide code coverage"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3467066
"Provide code coverage"
issue/acquia_cms_common-3467066:3467066-provide-code-coverage
into
3.3.x
Overview
0
Commits
47
Pipelines
13
Changes
1
Open
Pravin Gaikwad
requested to merge
issue/acquia_cms_common-3467066:3467066-provide-code-coverage
into
3.3.x
10 months ago
Overview
0
Commits
47
Pipelines
13
Changes
1
Expand
Related to
#3467066
0
0
Merge request reports
Compare
3.3.x
version 5
81ea7e2a
8 months ago
version 4
38b7af0d
8 months ago
version 3
36ebfe06
8 months ago
version 2
55801596
8 months ago
version 1
8c47fe6e
10 months ago
3.3.x (HEAD)
and
latest version
latest version
76d5685e
47 commits,
7 months ago
version 5
81ea7e2a
4 commits,
8 months ago
version 4
38b7af0d
3 commits,
8 months ago
version 3
36ebfe06
2 commits,
8 months ago
version 2
55801596
2 commits,
8 months ago
version 1
8c47fe6e
1 commit,
10 months ago
1 file
+
12
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
12
−
4
Options
@@ -11,11 +11,19 @@ include:
-
'
/includes/include.orcaci.variables.yml'
variables
:
ORCA_SUT_NAME
:
drupal/acquia_cms_common
ORCA_SUT_BRANCH
:
3.3.x
ORCA_PACKAGES_CONFIG_ALTER
:
$CI_PROJECT_DIR/tests/packages_alter.yml
ORCA_SUT_NAME
:
"
drupal/acquia_cms_common"
ORCA_SUT_BRANCH
:
"
3.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"
# 3.3.x does not support Drupal 9.5 version.
# Coverage report
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"
SKIP_ISOLATED_TEST_ON_CURRENT_COVERAGE_PHP83
:
0
# 3.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.3.x does not support Drupal 10.1 version.
Loading