summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-02 11:42:12 +0300
committerAndrew Dolgov <[email protected]>2023-12-02 11:42:12 +0300
commiteac9e7c1031c416b04536c686bc83a1699ee4911 (patch)
treea0087dca467c3e3ed431a8033b9c1e66123e68b7
parent93bd96e356f51037f702d7f27b2d813dda3706aa (diff)
collect phpunit artifactsprotected/sanitizer-test
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dc42d96d..0a04b394f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,14 @@ phpunit-integration:
- export TTRSS_DB_NAME=postgres
- export TTRSS_DB_PASS=password
- php82 vendor/bin/phpunit --group integration --do-not-cache-result --log-junit phpunit-report.xml --coverage-cobertura phpunit-coverage.xml --coverage-text --colors=never
+ artifacts:
+ when: always
+ reports:
+ junit: phpunit-report.xml
+ coverage_report:
+ coverage_format: cobertura
+ path: phpunit-coverage.xml
+ coverage: '/^\s*Lines:\s*\d+.\d+\%/'
selenium:
image: ${SELENIUM_IMAGE}