File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Steam API key for testing
2- apiKey =
2+ apiKey =
3+ XDEBUG_MODE = coverage
Original file line number Diff line number Diff line change 5151 env :
5252 apiKey : ${{ secrets.STEAM_API_KEY }}
5353 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
54+ XDEBUG_MODE : coverage
5455 with :
55- coverageCommand : composer run-script coverage
56+ coverageCommand : composer run-script coverage
57+ coverageLocations : ${{github.workspace}}/coverage.clover:clover
58+ debug : true
Original file line number Diff line number Diff line change 3939 "minimum-stability" : " stable" ,
4040 "scripts" : {
4141 "test" : " vendor/bin/phpunit" ,
42- "coverage" : " XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=coverage.clover"
42+ "coverage" : " vendor/bin/phpunit --coverage-clover=coverage.clover"
4343 }
4444}
You can’t perform that action at this time.
0 commit comments