diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8710918..cc59940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,9 @@ jobs: typo3DatabasePassword: root typo3DatabaseUsername: root - - name: Upload coverage results to Scrutinizer - if: matrix.typo3 == '^11.5' && matrix.php == '8.2' - run: | - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover reports/php_unittests/coverage_clover.xml - find 'Tests/Functional' -wholename '*Test.php' -exec php ocular.phar code-coverage:upload --format=php-clover {}reports/php_functionaltests/coverage_clover.xml \; +# - name: Upload coverage results to Scrutinizer +# if: matrix.typo3 == '^11.5' && matrix.php == '8.2' +# run: | +# wget https://scrutinizer-ci.com/ocular.phar +# php ocular.phar code-coverage:upload --format=php-clover reports/php_unittests/coverage_clover.xml +# find 'Tests/Functional' -wholename '*Test.php' -exec php ocular.phar code-coverage:upload --format=php-clover {}reports/php_functionaltests/coverage_clover.xml \;