From 8c9e1555269b5b282e4e4c89a92d288b8f05d7c7 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:40:53 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4b5e5c..7b183ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,12 @@ variables: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test: + after_script: + - cd CodeIgniter4-4.0.0-alpha.3/build/ artifacts: name: "coverage" paths: - - CodeIgniter4-4.0.0-alpha.3/build/coverage/ + - coverage/ script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never \ No newline at end of file