File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -11,50 +11,6 @@ on: # yamllint disable-line rule:truthy
1111 - 1.x
1212
1313jobs :
14- code-coverage :
15- timeout-minutes : 4
16- runs-on : ${{ matrix.os }}
17- concurrency :
18- cancel-in-progress : true
19- group : code-coverage-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.php-version }}-${{ matrix.dependencies }}
20- strategy :
21- fail-fast : true
22- matrix :
23- os :
24- - ubuntu-latest
25- php-version :
26- - ' 8.2'
27- dependencies :
28- - locked
29- steps :
30- - name : 📦 Check out the codebase
31- uses : actions/checkout@v6
32-
33- - name : 🛠️ Setup PHP
34- uses : shivammathur/setup-php@v2
35- with :
36- php-version : ${{ matrix.php-version }}
37- ini-values : error_reporting=E_ALL
38- coverage : xdebug
39-
40- - name : 🤖 Validate composer.json and composer.lock
41- run : composer validate --ansi --strict
42-
43- - name : 📥 Install dependencies with composer
44- uses : ramsey/composer-install@v3
45- with :
46- dependency-versions : ${{ matrix.dependencies }}
47-
48- - name : 🧪 Collect code coverage with Xdebug and PhpUnit
49- run : composer test:cc
50-
51- - name : 📤 Upload code coverage report to Codecov
52- uses : codecov/codecov-action@v4
53- with :
54- files : runtime/phpunit/logs/clover.xml
55- token : ${{ secrets.CODECOV_TOKEN }}
56- verbose : true
57-
5814 testing :
5915 timeout-minutes : 4
6016 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments