Skip to content

Commit

Permalink
chore: disables Scrutinizer upload for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchenk committed Feb 26, 2024
1 parent 88375a7 commit a140d64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \;

0 comments on commit a140d64

Please sign in to comment.