Skip to content

Commit

Permalink
Merge pull request #14189 from jdalsem/43f-fixes
Browse files Browse the repository at this point in the history
chore(scrutinizer): use ocular with PHP8 support
  • Loading branch information
jeabakker committed Oct 24, 2022
2 parents 9a8f2ca + d596f09 commit 533e2fc
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: |
wget https://scrutinizer-ci.com/ocular.phar
./vendor/bin/phpunit --testsuite ${{ matrix.testsuite }} --coverage-clover=coverage.clover
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
./vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"require-dev": {
"elgg/sniffs": "4.x-dev",
"phpunit/phpunit": "~9.5",
"phpdocumentor/reflection-docblock": "^5.2"
"phpdocumentor/reflection-docblock": "^5.2",
"scrutinizer/ocular": "^1.9"
},
"repositories": [
{
Expand Down

0 comments on commit 533e2fc

Please sign in to comment.