File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11* text =auto eol =lf
22
3- .gitattributes export-ignore
43.codeclimate.yml export-ignore
5- .github export-ignore
4+ .gitattributes export-ignore
5+ .github / export-ignore
66.gitignore export-ignore
77.travis.yml export-ignore
88phpunit.xml export-ignore
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 phpunit : ' 11.0'
2424 runs-on : ubuntu-latest
2525 name : PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
26-
26+
2727 steps :
2828 - uses : actions/checkout@v1
29-
29+
3030 - name : Setup PHP
3131 uses : shivammathur/setup-php@v2
3232 with :
3535 ini-values : error_reporting=E_ALL
3636 coverage : pcov
3737 tools : composer:v2
38+
3839 - name : Validate composer.json and composer.lock
3940 run : composer validate
4041
4748
4849 # - name: Run type checker
4950 # run: ./vendor/bin/psalm
50-
51+
5152 - name : Run unit tests
5253 run : ./vendor/bin/phpunit --testdox --no-coverage
Original file line number Diff line number Diff line change 1- name : Unit tests
1+ name : Code coverage
22
33on :
44 push :
@@ -17,10 +17,10 @@ jobs:
1717 php-version : 8.3
1818 extensions : mbstring, intl, json
1919 coverage : pcov
20-
20+
2121 - name : Install dependencies
2222 run : composer install --prefer-dist --no-progress --no-suggest
23-
23+
2424 - name : Test & publish code coverage
2525 uses : paambaati/codeclimate-action@v3.0.0
2626 env :
You can’t perform that action at this time.
0 commit comments