Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
dbf4964a
Commit
dbf4964a
authored
4 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
bugfix(coverage): added XDEBUG_MODE=coverage
parent
5f13b96a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
includes/tests/integration.yml
+1
-1
1 addition, 1 deletion
includes/tests/integration.yml
includes/tests/unit.yml
+1
-1
1 addition, 1 deletion
includes/tests/unit.yml
with
2 additions
and
2 deletions
includes/tests/integration.yml
+
1
−
1
View file @
dbf4964a
...
...
@@ -24,7 +24,7 @@
-
cat /tmp/woocommerce/woocommerce.php
-
ln -s $CI_PROJECT_DIR /tmp/wordpress-develop/src/wp-content/plugins/$CI_PROJECT_NAME
script
:
-
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-integration.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
-
XDEBUG_MODE=coverage &&
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-integration.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
only
:
refs
:
-
master
...
...
This diff is collapsed.
Click to expand it.
includes/tests/unit.yml
+
1
−
1
View file @
dbf4964a
...
...
@@ -19,7 +19,7 @@
-
php --version
-
cat /tmp/wordpress-develop/src/wp-includes/version.php
-
cat /tmp/woocommerce/woocommerce.php
-
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-unit.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
-
XDEBUG_MODE=coverage &&
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-unit.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
only
:
-
master
except
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment