From eb08e101fb8f60128ea36d96d49cc3078d8d7417 Mon Sep 17 00:00:00 2001 From: Brown Date: Sat, 18 Apr 2020 16:58:21 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20coverage=20because=20it=E2=80=99s=20of?= =?UTF-8?q?ten=20too=20slow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 81a0d9be4..230a0d760 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,24 +61,6 @@ jobs: root: /home/docker/project/ paths: - . - coverage: - executor: php-72 - steps: - - attach_workspace: - at: /home/docker/project/ - - run: - name: PHPUnit test with coverage - command: php -dextension=pcov.so vendor/bin/phpunit --coverage-html build/phpunit/coverage-html - - run: - name: Upload code coverage - command: php vendor/bin/php-coveralls -v - - store_artifacts: - path: build/phpunit/coverage-html - # - run: - # name: Display link to coverage report - # command: | - # echo "PHPUnit coverage report available at:" - # echo https://circleci.com/api/v1.1/project/github/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BUILD_NUM}/artifacts/0/home/docker/project/build/phpunit/coverage-html/index.html phar-build: executor: php-72 steps: