We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f29bb2 commit 6a11cecCopy full SHA for 6a11cec
Jenkinsfile
@@ -37,6 +37,7 @@ pipeline {
37
stage ('Coverage') {
38
steps {
39
sh 'docker-compose -f docker/docker-compose.yml -p $BRANCH_NAME run client bash -c "\
40
+ git checkout -B $BRANCH_NAME && \
41
cc-test-reporter before-build && \
42
vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M && \
43
cp out/phpunit/clover.xml clover.xml && \
0 commit comments