File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
2727 with :
2828 coverageCommand : " composer coverage:clover"
29- - name : Upload Scrutinizer coverage
30- run : vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml
29+ - name : Scrutinizer coverage report
30+ uses : sudo-bot/action-scrutinizer@latest
31+ with :
32+ cli-args : " --format=php-clover clover.xml"
Original file line number Diff line number Diff line change 2828 },
2929 "require" : {
3030 "php" : " >=8.0" ,
31- "phootwork/collection" : " ^2.1 " ,
32- "phootwork/lang" : " ^2.1 "
31+ "phootwork/collection" : " ^3.0 " ,
32+ "phootwork/lang" : " ^3.0 "
3333 },
3434 "require-dev" : {
3535 "phpunit/phpunit" : " ^9.0" ,
3636 "phootwork/php-cs-fixer-config" : " ^0.3" ,
37- "psalm/phar" : " ^4.3" ,
38- "scrutinizer/ocular" : " ^1.8"
37+ "psalm/phar" : " ^4.3"
3938 },
4039 "scripts" : {
4140 "analytics" : " vendor/bin/psalm.phar" ,
You can’t perform that action at this time.
0 commit comments