Skip to content
Snippets Groups Projects
Commit ef9aacf1 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Codeception coverage

parent bb9894af
No related branches found
No related tags found
No related merge requests found
...@@ -461,7 +461,8 @@ codeception test: ...@@ -461,7 +461,8 @@ codeception test:
codeception test coverage: codeception test coverage:
<<: *job-codeception-test <<: *job-codeception-test
script: script:
- cp -r ${CI_PROJECT_DIR}/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME} - cp -r ${CI_PROJECT_DIR}/. /tmp/project
- cp -r /tmp/project. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME}
- vendor/bin/codecept run --coverage --steps --xml --html -d - vendor/bin/codecept run --coverage --steps --xml --html -d
codeception test latest woocommerce: codeception test latest woocommerce:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment