add cobertura args for phpunit-integration

This commit is contained in:
Andrew Dolgov 2023-12-02 11:30:17 +03:00
parent cc133d2c0a
commit 0621d22bbe
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 1 deletions

View File

@ -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}