summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-02 11:30:17 +0300
committerAndrew Dolgov <[email protected]>2023-12-02 11:30:17 +0300
commit0621d22bbec87cb920813e858af2330f393d583b (patch)
tree0516ab30093ae7c4bd1461fb46b49ec1e2fa762c
parentcc133d2c0a8731b092c8047a3f069f4aee8d0858 (diff)
add cobertura args for phpunit-integration
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7e3852a7..75c58a1b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ phpunit-integration:
script:
- export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1)
- export API_URL="http://tt-rss-${CI_COMMIT_SHORT_SHA}-app.$K8S_NAMESPACE.svc.cluster.local/tt-rss/api/"
- - php82 vendor/bin/phpunit --group integration
+ - php82 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never
selenium:
image: ${SELENIUM_IMAGE}